[the-board/sound-thing] [things] Remove unused signal disconnection from VideoThing
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board/sound-thing] [things] Remove unused signal disconnection from VideoThing
- Date: Wed, 5 Jan 2011 16:18:36 +0000 (UTC)
commit 8f6a2a6848fc413ac0a789e9c2f693d29a34dfe6
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]