AlternateTab: remove more unused code

Thomas said it is not needed, so just let it disappear.
This commit is contained in:
Giovanni Campagna
2011-01-12 21:32:26 +01:00
parent cbba2678c4
commit ef663f3f0c
-5
View File
@@ -224,11 +224,6 @@ WindowList.prototype = {
}
},
_sortAppIcon : function(appIcon1, appIcon2) {
log ("Function not implemented: _sortAppIcon");
return 1;
},
addSeparator: function () {
this._separator=null;
}