[gnome-shell/wip/fmuellner/notification-redux: 47/82] Kill setIconVisible (unused since summary removal)



commit 6c5e0df0fff5064060210dd74765283404ce4bba
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 12 13:01:39 2015 +0100

    Kill setIconVisible (unused since summary removal)

 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 96cf6ad..48c2851 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -632,10 +632,6 @@ const Notification = new Lang.Class({
         this.updated();
     },
 
-    setIconVisible: function(visible) {
-        this._icon.visible = visible;
-    },
-
     _createScrollArea: function() {
         this._scrollArea = new St.ScrollView({ style_class: 'notification-scrollview',
                                                vscrollbar_policy: this._scrollPolicy,


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