diff --git a/js/ui/ctrlAltTab.js b/js/ui/ctrlAltTab.js index a6c22eda4..60fddda05 100644 --- a/js/ui/ctrlAltTab.js +++ b/js/ui/ctrlAltTab.js @@ -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; }