From 8ced6aea1ba32992118a8de2b8053ff59ea9cef4 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Tue, 19 Mar 2013 12:01:50 +0000 Subject: examples: video-flip: remove unused code --- examples/video-flip.js | 12 ------------ 1 file changed, 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; -- cgit v1.2.1