Quantcast

Cleaned up a stray table that was re-defined later

James Whitehead II [01-06-07 - 17:27]
Cleaned up a stray table that was re-defined later
Filename
PerfectRaid_Buffs.lua
diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua
index 4b0ed52..85553aa 100644
--- a/PerfectRaid_Buffs.lua
+++ b/PerfectRaid_Buffs.lua
@@ -161,10 +161,6 @@ function Buffs:UNIT_AURA(event, unit)
 	end
 end

-Buffs.conditions = {
-	["ALL"] = function() return true end,
-}
-
 function Buffs:CreateOptions(opt)
 	self.options = opt
 	local options = CreateFrame("Frame", "PROptions_Buffs", PROptions)