workspaceThumbnail: Remove unused properties

Those aren't used anymore since the switch to connectObject().

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2222>
This commit is contained in:
Florian Müllner 2022-03-04 23:55:57 +01:00
parent f979ebcb1a
commit 69717424f7

View File

@ -674,10 +674,6 @@ var ThumbnailsBox = GObject.registerClass({
});
this.connect('destroy', () => this._onDestroy());
this._nWorkspacesNotifyId = 0;
this._activeWorkspaceChangedId = 0;
this._syncStackingId = 0;
this._scrollAdjustment = scrollAdjustment;
this._scrollAdjustment.connectObject('notify::value',
() => this._updateIndicator(), this);