ctrlAltTab: Remove leftover

Accidentally forgot to remove this before pushing.
This commit is contained in:
Jasper St. Pierre 2012-12-07 13:02:47 -05:00
parent 673aa3c5f2
commit 184ac11c93

View File

@ -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;
}