From 70ccf8fe2569cdd958c8a775e35203d22b2e3889 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 6 Jan 2007 17:27:42 +0000 Subject: [PATCH] Cleaned up a stray table that was re-defined later --- PerfectRaid_Buffs.lua | 4 ---- 1 file changed, 4 deletions(-) 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) -- 1.7.9.5