From 7aaa5fd0a65f234c1d1d65d46898c6f2fe02dc92 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 19 Mar 2010 21:42:56 -0400 Subject: [PATCH] Removed some unnecessary comments. --- ARL.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ARL.lua b/ARL.lua index a5087a6..9b85b10 100644 --- a/ARL.lua +++ b/ARL.lua @@ -1524,8 +1524,6 @@ end -- do ------------------------------------------------------------------------------- -- ARL Logic Functions ------------------------------------------------------------------------------- - ----Determines which profession we are dealing with and loads up the recipe information for it. function addon:InitializeRecipe(profession) if not profession then --@alpha@ @@ -1543,7 +1541,7 @@ function addon:InitializeRecipe(profession) end end ----Determines what to do when the slash command is called. +-- Determines what to do when the slash command is called. function addon:ChatCommand(input) -- Open About panel if there's no parameters or if we do /arl about -- 1.7.9.5