X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/ad67f41cf4019dca1e2ea587019fe825f92fdcf0..971304090ee92e27a82533041bd6b222b702552c:/OmaUF/PetFrame.lua diff --git a/OmaUF/PetFrame.lua b/OmaUF/PetFrame.lua index 4c2efef..93da251 100644 --- a/OmaUF/PetFrame.lua +++ b/OmaUF/PetFrame.lua @@ -14,8 +14,6 @@ local bgColor = Settings.BgColor; local healthColor = Settings.HealthColor; local shieldColor = Settings.ShieldColor; local shieldhlColor = Settings.ShieldhlColor; -local healpredColor = Settings.HealpredColor; -local healabsorbColor = Settings.HealabsorbColor; local width, height = Settings.Pet.Width, Settings.Pet.Height; local anchorX, anchorY = Settings.Pet.AnchorX, Settings.Pet.AnchorY; -- placeholders with visible values when error happens @@ -54,11 +52,6 @@ local vehicletoggle = [=[ end ]=] -function OmaUnitFrames.UpdatePetTooltips() - GameTooltip = _G["GameTooltip"]; - GameTooltip_SetDefaultAnchor = _G["GameTooltip_SetDefaultAnchor"]; -end - function OmaUnitFrames.InitializePet(parent) attributes = Settings.Character.Clickheal; -- TODO pet clickheal separate with Mend Pet etc.