Skip to content

Commit

Permalink
Undo some changes I was testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed May 5, 2024
1 parent 9a31cb4 commit 79f3e8e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/miscFixes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ function Module:OnButtonClick(buttonFrame, mouseButton)
end
end

local function secureSetNil(table, key)
TextureLoadingGroupMixin.RemoveTexture({textures = table}, key);
end
function Module:SetupDropDownUpdateHook()
local talentsTab = ClassTalentFrame.TalentsTab;

Expand All @@ -116,8 +113,6 @@ function Module:SetupDropDownUpdateHook()
end

frame.LoadoutDropDown:SetSelectionID(configID);
-- this seems to reduce the amount of tainted values, but I didn't really dig into it
secureSetNil(ClassTalentFrame.TalentsTab.LoadoutDropDown.DropDownControl, 'selectedValue');
end)
end

Expand Down

0 comments on commit 79f3e8e

Please sign in to comment.