mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue