more cleanup

This commit is contained in:
Crum
2018-01-03 21:25:06 -06:00
parent 2bbe331c21
commit 5739eccbe3
6 changed files with 11 additions and 4 deletions
@@ -299,6 +299,8 @@ function M:Initialize()
MinimapBorder:Hide()
MinimapBorderTop:Hide()
MinimapToggleButton:Hide()
MinimapZoomIn:Hide()
MinimapZoomOut:Hide()
@@ -80,7 +80,7 @@ local function LoadSkin()
end
end)
HookScript(LootFrame, "OnShow", function()
--[[HookScript(LootFrame, "OnShow", function()
if IsFishingLoot() then
this.Title:SetText(L["Fishy Loot"])
elseif not UnitIsFriend("player", "target") and UnitIsDead("target") then
@@ -88,7 +88,7 @@ local function LoadSkin()
else
this.Title:SetText(LOOT)
end
end)
end)--]]
end
local function LoadRollSkin()