summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-03-19 12:01:50 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2013-03-19 12:01:50 +0000
commit8ced6aea1ba32992118a8de2b8053ff59ea9cef4 (patch)
tree1731c7c781ed5fca3c8159e2ece8977e4e066ba9
parente03300e983a8450d7a1cd116e3894d2b47d3398c (diff)
downloadclutter-gst-8ced6aea1ba32992118a8de2b8053ff59ea9cef4.tar.gz
examples: video-flip: remove unused code
-rw-r--r--examples/video-flip.js12
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;