Quantcast

removed p1 & p2 - looks like they are not used

Alex Shubert [02-06-14 - 17:02]
removed p1 & p2 - looks like they are not used
Filename
AutoTurnIn.lua
diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua
index 81dd124..c647f41 100644
--- a/AutoTurnIn.lua
+++ b/AutoTurnIn.lua
@@ -162,8 +162,6 @@ function AutoTurnIn:IsIgnoredQuest(quest)
 	return false
 end

-local p1 = {[true]=L["enabled"], [false]=L["disabled"]}
-local p2 = {[true]=L["all"], [false]=L["list"]}
 function AutoTurnIn:ConsoleComand(arg)
 	arg = strlower(arg)
 	if (#arg == 0) then