[clutter-gst] examples: video-flip: remove unused code



commit 8ced6aea1ba32992118a8de2b8053ff59ea9cef4
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Tue Mar 19 12:01:50 2013 +0000

    examples: video-flip: remove unused code

 examples/video-flip.js |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/examples/video-flip.js b/examples/video-flip.js
index 22f88e6..f430c06 100644
--- a/examples/video-flip.js
+++ b/examples/video-flip.js
@@ -17,18 +17,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-(function() {
-    if ( typeof Object.prototype.uniqueId == "undefined" ) {
-        var id = 0;
-        Object.prototype.uniqueId = function() {
-            if ( typeof this.__uniqueid == "undefined" ) {
-                this.__uniqueid = ++id;
-            }
-            return this.__uniqueid;
-        };
-    }
-})();
-
 const Lang = imports.lang;
 const Mainloop = imports.mainloop;
 const Gettext = imports.gettext;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]