messageTray: Remove unused API

This commit is contained in:
Jasper St. Pierre 2013-07-03 17:26:02 -04:00
parent 4ed7f5eb67
commit 13ce39058d

View File

@ -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)