Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit bb75b8c

Browse files
committed
Remove unused variables
1 parent 1c21f09 commit bb75b8c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

UI/MultiBotRepEmblemUI.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ local function NormalizeFactionName(name)
142142
end
143143

144144
local function BuildReputationView(entries)
145-
local grouped = {}
146145
local remaining = {}
147146

148147
for _, entry in ipairs(entries) do
@@ -293,7 +292,7 @@ local function ParseEmblemLine(clean)
293292
local count = tonumber(clean:match("x(%d+)"))
294293
local itemId = tonumber(clean:match("Hitem:(%d+)"))
295294

296-
local name = ""
295+
local name
297296
if itemId then
298297
local itemName = GetItemInfo(itemId)
299298
if itemName then

0 commit comments

Comments
 (0)