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:
parent
f979ebcb1a
commit
69717424f7
@ -674,10 +674,6 @@ var ThumbnailsBox = GObject.registerClass({
|
|||||||
});
|
});
|
||||||
this.connect('destroy', () => this._onDestroy());
|
this.connect('destroy', () => this._onDestroy());
|
||||||
|
|
||||||
this._nWorkspacesNotifyId = 0;
|
|
||||||
this._activeWorkspaceChangedId = 0;
|
|
||||||
this._syncStackingId = 0;
|
|
||||||
|
|
||||||
this._scrollAdjustment = scrollAdjustment;
|
this._scrollAdjustment = scrollAdjustment;
|
||||||
this._scrollAdjustment.connectObject('notify::value',
|
this._scrollAdjustment.connectObject('notify::value',
|
||||||
() => this._updateIndicator(), this);
|
() => this._updateIndicator(), this);
|
||||||
|
Loading…
Reference in New Issue
Block a user