From 3fbf38255dcbbdfdff4dab04ba42a6952c5e4de3 Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Thu, 6 Feb 2014 21:02:49 +0400 Subject: [PATCH] removed p1 & p2 - looks like they are not used --- AutoTurnIn.lua | 2 -- 1 file changed, 2 deletions(-) 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 -- 1.7.9.5