[the-board] [things] Remove unused signal disconnection from	VideoThing
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [the-board] [things] Remove unused signal disconnection from	VideoThing
- Date: Thu,  6 Jan 2011 12:25:06 +0000 (UTC)
commit 79784db62933dcfcd673bdeca302bbf26add92bc
Author: Lucas Rocha <lucasr gnome org>
Date:   Wed Jan 5 14:43:05 2011 +0000
    [things] Remove unused signal disconnection from VideoThing
 src/js/ui/things/video.js |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/js/ui/things/video.js b/src/js/ui/things/video.js
index 2109e12..d31b0f9 100644
--- a/src/js/ui/things/video.js
+++ b/src/js/ui/things/video.js
@@ -598,11 +598,6 @@ VideoThing.prototype = {
     },
 
     destroy : function() {
-        if (this._playButtonClickedId) {
-            this._playButton.disconnect(this._playButtonClickedId);
-            delete this._playButtonClickedId;
-        }
-
         this._disconnectVideoSignals();
 
         if (this._videoBox) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]