[gnome-documents] notifications: remove dead code



commit 6bc2bc6a05b4fd35d0d8e554e59f910c6b229c6b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 29 16:56:05 2012 -0400

    notifications: remove dead code

 src/notifications.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/notifications.js b/src/notifications.js
index 65cb293..bc6039e 100644
--- a/src/notifications.js
+++ b/src/notifications.js
@@ -124,9 +124,6 @@ const NotificationManager = new Lang.Class({
 
         if (children.length == 0)
             this.widget.hide();
-    },
-
-    _onNotificationDismissed: function() {
     }
 });
 Signals.addSignalMethods(NotificationManager.prototype);



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