625925f - Remove safeties, possible tainting
[wowui.git] / RaidFrameCustomization / Indicators.lua
index d90cd87..3a013e7 100644 (file)
@@ -91,7 +91,7 @@ local function updateIndicators(frame)
                 local config = RaidFrameCustomization.db.profile[pos];
                 if not config.mine or UnitIsPlayer(caster) then
                     if config.showIcon and not config.useDefaultIcon then
-                        -- show icon TODO coloring
+                        -- show icon
                         ind.icon:SetTexture(icon);
                     end
                     if config.showText then