Remove vestigial code

This commit is contained in:
2025-01-01 15:00:08 +01:00
parent 137ce0a3a7
commit 0ceb59c778
8 changed files with 22 additions and 25 deletions

View File

@@ -5,11 +5,6 @@ local addonname, shared = ...
---@diagnostic disable-next-line: missing-fields
shared.Inviter = {}
function shared.Inviter.Init()
-- if not Heimdall_Data.config.inviter.enabled then
-- print("Heimdall - Inviter disabled")
-- return
-- end
---@type table<string, boolean>
local channelRosterFrame = CreateFrame("Frame")
channelRosterFrame:RegisterEvent("CHANNEL_ROSTER_UPDATE")