messageTray: Remove unused API
This commit is contained in:
parent
4ed7f5eb67
commit
13ce39058d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user