Commit ee2bc81a authored by Boris Kocherov's avatar Boris Kocherov

remove unused code

parent 7d068599
...@@ -1378,7 +1378,6 @@ ...@@ -1378,7 +1378,6 @@
top: options.top top: options.top
}) })
.push(function () { .push(function () {
g.listenEvents();
return g.element; return g.element;
}); });
}) })
...@@ -1417,10 +1416,6 @@ ...@@ -1417,10 +1416,6 @@
} }
} }
}) })
.declareJob('listenEvents', function () {
// XXX Disable
return;
})
.declareMethod('getContent', function () { .declareMethod('getContent', function () {
var g = this; var g = this;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment