[gnome-shell/wip/fmuellner/notification-redux+sass: 64/122] messageTray: Remove hide() function



commit 5f1b265bd4ef739d6040b7a0c6d175c40089728d
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 13 23:36:38 2015 +0100

    messageTray: Remove hide() function
    
    No longer used since the actual tray was killed off

 js/ui/messageTray.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index f30e0e9..5c2bb9a 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1383,10 +1383,6 @@ const MessageTray = new Lang.Class({
             this._notificationQueue.splice(index, 1);
     },
 
-    hide: function() {
-        this._updateState();
-    },
-
     _onNotify: function(source, notification) {
         if (this._notification == notification) {
             // If a notification that is being shown is updated, we update


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