Bug 877183 - Remove unreferenced variable in getPlacementOfWidget. r=gijs

--HG--
extra : rebase_source : 0b6569639b8e2a38deac49e9c1a516015abc2a5a
This commit is contained in:
Jared Wein 2013-05-29 10:48:04 -04:00
parent 8ff9b2cc73
commit 5c46bdd45d

View File

@ -795,8 +795,6 @@ let CustomizableUIInternal = {
},
getPlacementOfWidget: function(aWidgetId) {
let widget = gPalette.get(aWidgetId);
for (let [area, placements] of gPlacements) {
let index = placements.indexOf(aWidgetId);
if (index != -1) {