mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
workspacesView: remove unused variables
This commit is contained in:
parent
bd4aac8f49
commit
8167f20972
1 changed files with 0 additions and 3 deletions
|
|
@ -483,7 +483,6 @@ var WorkspacesDisplay = class {
|
|||
this._primaryIndex = Main.layoutManager.primaryIndex;
|
||||
|
||||
this._workspacesViews = [];
|
||||
this._primaryScrollAdjustment = null;
|
||||
switchGesture.enabled = this.actor.mapped;
|
||||
|
||||
this._settings = new Gio.Settings({ schema_id: MUTTER_SCHEMA });
|
||||
|
|
@ -491,8 +490,6 @@ var WorkspacesDisplay = class {
|
|||
this._workspacesOnlyOnPrimaryChanged.bind(this));
|
||||
this._workspacesOnlyOnPrimaryChanged();
|
||||
|
||||
this._switchWorkspaceNotifyId = 0;
|
||||
|
||||
this._notifyOpacityId = 0;
|
||||
this._restackedNotifyId = 0;
|
||||
this._scrollEventId = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue