mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 877183 - Remove unreferenced variable in getPlacementOfWidget. r=gijs
--HG-- extra : rebase_source : 0b6569639b8e2a38deac49e9c1a516015abc2a5a
This commit is contained in:
parent
8ff9b2cc73
commit
5c46bdd45d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user