iconGrid: remove unused variable in _computeLayout

https://bugzilla.gnome.org/show_bug.cgi?id=645313
This commit is contained in:
Maxim Ermilov 2011-03-22 00:32:02 +03:00
parent 528fc9bc47
commit 9ef4cc0ab9

View File

@ -282,7 +282,6 @@ IconGrid.prototype = {
},
_computeLayout: function (forWidth) {
let children = this._grid.get_children();
let nColumns = 0;
let usedWidth = 0;
while ((this._colLimit == null || nColumns < this._colLimit) &&