ctrlAltTab: Remove leftover
Accidentally forgot to remove this before pushing.
This commit is contained in:
parent
673aa3c5f2
commit
184ac11c93
@ -51,7 +51,6 @@ const CtrlAltTabManager = new Lang.Class({
|
|||||||
global.focus_manager.remove_group(root);
|
global.focus_manager.remove_group(root);
|
||||||
for (let i = 0; i < this._items.length; i++) {
|
for (let i = 0; i < this._items.length; i++) {
|
||||||
if (this._items[i].root == root) {
|
if (this._items[i].root == root) {
|
||||||
let item = this._items[i];
|
|
||||||
this._items.splice(i, 1);
|
this._items.splice(i, 1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user