More random function cleanups

This commit is contained in:
andrew6180
2024-05-21 02:12:33 -07:00
parent c89fc78cec
commit 0f88bb2639
7 changed files with 5 additions and 27 deletions
+1 -2
View File
@@ -102,8 +102,7 @@ local CreateFrame = CreateFrame
local PixelUtil = PixelUtil
local GetTime = GetTime
local Clamp = detailsFramework.Math.Clamp
local GetSpellInfo = GetSpellInfo or function(spellID) if not spellID then return nil end local si = C_Spell.GetSpellInfo(spellID) if si then return si.name, nil, si.iconID, si.castTime, si.minRange, si.maxRange, si.spellID, si.originalIconID end end
local GetSpellInfo = GetSpellInfo
local spellIconCache = {}
local spellNameCache = {}
local emptyTable = {}