mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
cleanup: Remove unused variables
Spotted by eslint. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/607
This commit is contained in:
parent
e7d44bb349
commit
e56d7f5021
33 changed files with 16 additions and 103 deletions
|
|
@ -246,7 +246,6 @@ var WorkspacesView = class extends WorkspacesViewBase {
|
|||
|
||||
this.scrollAdjustment.upper = newNumWorkspaces;
|
||||
|
||||
let needsUpdate = false;
|
||||
for (let j = 0; j < newNumWorkspaces; j++) {
|
||||
let metaWorkspace = workspaceManager.get_workspace_by_index(j);
|
||||
let workspace;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue