From 9ef4cc0ab9e1ebb437859702be27945818b1e702 Mon Sep 17 00:00:00 2001 From: Maxim Ermilov Date: Tue, 22 Mar 2011 00:32:02 +0300 Subject: [PATCH] iconGrid: remove unused variable in _computeLayout https://bugzilla.gnome.org/show_bug.cgi?id=645313 --- js/ui/iconGrid.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/iconGrid.js b/js/ui/iconGrid.js index 24556e233..3cdc712a7 100644 --- a/js/ui/iconGrid.js +++ b/js/ui/iconGrid.js @@ -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) &&