Skip to content

Commit

Permalink
Remove EmbedBlizOptions call
Browse files Browse the repository at this point in the history
Cataclysm PTR compatibility
  • Loading branch information
Hekili authored Sep 20, 2024
1 parent 3fe8ce7 commit 8624f2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ end

-- checkImports()
-- Remove any displays or action lists that were unsuccessfully imported.
local function checkImports()
end
local function checkImports() end
ns.checkImports = checkImports


local function EmbedBlizOptions()
local function EmbedBlizOptions_Defect()
local panel = CreateFrame( "Frame", "HekiliDummyPanel", UIParent )
panel.name = "Hekili"

Expand All @@ -60,6 +59,8 @@ local function EmbedBlizOptions()
InterfaceOptions_AddCategory( panel )
end

local function EmbedBlizOptions() end


-- OnInitialize()
-- Addon has been loaded by the WoW client (1x).
Expand Down

0 comments on commit 8624f2d

Please sign in to comment.