73729a1 - Move bag frames and tooltip anchor
[wowui.git] / OmaUF / PetFrame.lua
index a4d8fa5..93da251 100644 (file)
@@ -14,7 +14,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.Pet.Width, Settings.Pet.Height;
 local anchorX, anchorY = Settings.Pet.AnchorX, Settings.Pet.AnchorY;
 -- placeholders with visible values when error happens
@@ -53,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.