0721829 - Remove unused code
[wowui.git] / Indicators.lua
index 7858b4b..f822e66 100644 (file)
@@ -28,10 +28,6 @@ local centerAuras = {
     "Power Word: Shield"
 };
 
-local function dPrint(s)
-    DEFAULT_CHAT_FRAME:AddMessage("Indicators: ".. tostring(s));
-end
-
 local function configureIndicators(frame)
     local frameName = frame:GetName();
     if not f[frameName] then return end