[the-board] [ui] Remove unused signal ids from Thing



commit db3c5b778cd7884329b14c8ebb1091c11f8591b7
Author: Lucas Rocha <lucasr gnome org>
Date:   Thu Jan 13 21:42:43 2011 +0000

    [ui] Remove unused signal ids from Thing

 src/js/ui/thing.js |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/js/ui/thing.js b/src/js/ui/thing.js
index 432c148..5e3781f 100644
--- a/src/js/ui/thing.js
+++ b/src/js/ui/thing.js
@@ -451,16 +451,6 @@ Thing.prototype = {
     },
 
     onRemove : function() {
-        if (this._parentActorButtonReleaseEventId) {
-            this._parentActor.disconnect(this._parentActorButtonReleaseEventId);
-            delete this._parentActorButtonReleaseEventId;
-        }
-
-        if (this._parentActorMotionEventId) {
-            this._mainBox.disconnect(this._parentActorMotionEventId);
-            delete this._parentActorMotionEventId;
-        }
-
         if (this._content) {
             this._content.destroy();
             delete this._content;



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