c809e5d - Add name prefix when in vehicle
[wowui.git] / OmaUF / PlayerFrame.lua
index 960591d..27b2599 100644 (file)
@@ -16,7 +16,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.Player.Width, Settings.Player.Height;
 local anchorX, anchorY = Settings.Player.AnchorX, Settings.Player.AnchorY;
 -- placeholders with visible values when error happens
@@ -62,11 +61,6 @@ local vehicletoggle = [=[
     end
 ]=]
 
-function OmaUnitFrames.UpdatePlayerTooltips()
-    GameTooltip = _G["GameTooltip"];
-    GameTooltip_SetDefaultAnchor = _G["GameTooltip_SetDefaultAnchor"];
-end
-
 function OmaUnitFrames.InitializePlayer(parent)
     attributes = Settings.Character.Clickheal;