From 13ce39058de9d2c5265fa8dbff17ba055137e3dc Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 3 Jul 2013 17:26:02 -0400 Subject: [PATCH] messageTray: Remove unused API --- js/ui/messageTray.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 168d66c1d..34e226e2c 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1377,10 +1377,6 @@ const Source = new Lang.Class({ this.destroy(); }, - hasResidentNotification: function() { - return this.notifications.some(function(n) { return n.resident; }); - }, - getMusicNotification: function() { for (let i = 0; i < this.notifications.length; i++) { if (this.notifications[i].isMusic)