mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
ctrlAltTab: Remove leftover
Accidentally forgot to remove this before pushing.
This commit is contained in:
parent
673aa3c5f2
commit
184ac11c93
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ const CtrlAltTabManager = new Lang.Class({
|
|||
global.focus_manager.remove_group(root);
|
||||
for (let i = 0; i < this._items.length; i++) {
|
||||
if (this._items[i].root == root) {
|
||||
let item = this._items[i];
|
||||
this._items.splice(i, 1);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue