X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/26c8dda69b63296b6c89a6a8485bb0d9996a22e4..9ab3f0e735b1e255bfbea655a4ca29f6a0d0b24d:/OmaUF/TargetFrame.lua diff --git a/OmaUF/TargetFrame.lua b/OmaUF/TargetFrame.lua index a4c2c58..c5e1079 100644 --- a/OmaUF/TargetFrame.lua +++ b/OmaUF/TargetFrame.lua @@ -17,7 +17,6 @@ local bgColor = Settings.BgColor; local healthColor = Settings.HealthColor; local shieldColor = Settings.ShieldColor; local shieldhlColor = Settings.ShieldhlColor; -local healabsorbColor = Settings.HealabsorbColor; local width, height = Settings.Target.Width, Settings.Target.Height; local anchorX, anchorY = Settings.Target.AnchorX, Settings.Target.AnchorY; -- placeholders with visible values when error happens @@ -51,11 +50,6 @@ local function hideTooltip(secure) GameTooltip:FadeOut(); end -function OmaUnitFrames.UpdateTargetTooltips() - GameTooltip = _G["GameTooltip"]; - GameTooltip_SetDefaultAnchor = _G["GameTooltip_SetDefaultAnchor"]; -end - function OmaUnitFrames.InitializeTarget(parent) attributes = Settings.Character.Clickheal;