git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
0721829 - Remove unused code
[wowui.git]
/
Indicators.lua
diff --git
a/Indicators.lua
b/Indicators.lua
index
7858b4b
..
f822e66
100644
(file)
--- a/
Indicators.lua
+++ b/
Indicators.lua
@@
-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