From 92405952c2c7cc73d48cd0deb3441a43c5097886 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sat, 30 Dec 2006 18:21:44 +0000 Subject: [PATCH] * Removed random test code --- Clique.lua | 13 ------------- 1 file changed, 13 deletions(-) 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 -- 1.7.9.5