messageTray: Remove unused properties from Source
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3103>
This commit is contained in:
parent
b78cc1c62a
commit
1b49cc643c
@ -314,7 +314,6 @@ class ChatSource extends MessageTray.Source {
|
||||
|
||||
super._init(contact.get_alias());
|
||||
|
||||
this.isChat = true;
|
||||
this._pendingMessages = [];
|
||||
|
||||
this._conn = conn;
|
||||
|
@ -645,12 +645,8 @@ export const Source = GObject.registerClass({
|
||||
_init(title, iconName) {
|
||||
super._init({title});
|
||||
|
||||
this.SOURCE_ICON_SIZE = 48;
|
||||
|
||||
this.iconName = iconName;
|
||||
|
||||
this.isChat = false;
|
||||
|
||||
this.notifications = [];
|
||||
|
||||
this._policy = this._createPolicy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user