From be92b2a452a262f7215c04b96d4b9669b84deead Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 3 Apr 2011 07:30:25 -0500 Subject: [PATCH] Removed some un-used variables and commented-out code. --- Core.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Core.lua b/Core.lua index 94a1bd1..3217e5c 100644 --- a/Core.lua +++ b/Core.lua @@ -1029,8 +1029,6 @@ do -- Save the current state of the TradeSkillFrame so it can be restored after we muck with it. local have_materials = _G.TradeSkillFrame.filterTbl.hasMaterials local have_skillup = _G.TradeSkillFrame.filterTbl.hasSkillUp - local subclass = _G.TradeSkillFrame.filterTbl.subClassValue - local slot = _G.TradeSkillFrame.filterTbl.slotValue if _G.MRTAPI then _G.MRTAPI:PushFilterSelection() @@ -1043,8 +1041,6 @@ do _G.TradeSkillFrame.filterTbl.hasSkillUp = false _G.TradeSkillOnlyShowSkillUps(false) end - --UIDropDownMenu_Initialize(TradeSkillFilterDropDown, TradeSkillInvSlotDropDown_Initialize) - --UIDropDownMenu_SetSelectedID(TradeSkillFilterDropDown, 1) _G.SetTradeSkillInvSlotFilter(0, 1, 1) _G.TradeSkillUpdateFilterBar() _G.TradeSkillFrame_Update() -- 1.7.9.5