Quantcast

* Removed random test code

James Whitehead II [12-30-06 - 18:21]
* Removed random test code
Filename
Clique.lua
diff --git a/Clique.lua b/Clique.lua
index 73846bf..84548a2 100644
--- a/Clique.lua
+++ b/Clique.lua
@@ -440,16 +440,3 @@ function Clique:DeleteAction(entry)
 			self:DeleteAttribute(entry, frame)
 	end
 end
-
-
---[[
-local n = string.char(10)
-
-local frame = CreateFrame("Button", "SuperMacro1", UIParent, "SecureActionButtonTemplate")
-frame:SetAttribute("type1", "macro")
-frame:SetAttribute("macrotext1", "/say Casting a spell"..n.."/cast Demon Skin"..n.."/click SuperMacro2")
-
-local frame = CreateFrame("Button", "SuperMacro2", UIParent, "SecureActionButtonTemplate")
-frame:SetAttribute("type1", "macro")
-frame:SetAttribute("macrotext1", "/say Something else!")
---]]
\ No newline at end of file