messageTray: Remove unused properties from Source

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3103>
This commit is contained in:
Julian Sparber 2024-01-25 18:54:14 +01:00 committed by Marge Bot
parent b78cc1c62a
commit 1b49cc643c
2 changed files with 0 additions and 5 deletions

View File

@ -314,7 +314,6 @@ class ChatSource extends MessageTray.Source {
super._init(contact.get_alias());
this.isChat = true;
this._pendingMessages = [];
this._conn = conn;

View File

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