[gnome-shell/wip/fmuellner/notification-redux: 68/93] messageTray: Remove hide() function
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux: 68/93] messageTray: Remove hide() function
- Date: Sun, 15 Feb 2015 19:20:04 +0000 (UTC)
commit 94d228cb544dc834ae9ba6762c9a1ace4242c5ba
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 34a43e8..dc69095 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]