From 184ac11c93ea896b165b381ef8de79a5ff3f54d2 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 7 Dec 2012 13:02:47 -0500 Subject: [PATCH] ctrlAltTab: Remove leftover Accidentally forgot to remove this before pushing. --- js/ui/ctrlAltTab.js | 1 - 1 file changed, 1 deletion(-) 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; }