From 362bd300d74781b55b9a1dcd7f66c461442d1769 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Tue, 20 Apr 2010 01:56:24 -0400 Subject: [PATCH] Removed TranslateSortName() - no longer required. --- Frame.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Frame.lua b/Frame.lua index 60bf4a5..b7d4c82 100644 --- a/Frame.lua +++ b/Frame.lua @@ -1368,22 +1368,6 @@ WidgetContainer2:SetPoint("TOPLEFT", MainPanel, "TOPLEFT", 15, -70) WidgetContainer2:SetPoint("TOPRIGHT", MainPanel, "TOPRIGHT", -5, -70) WidgetContainer2:SetHeight(30) --- Upvalued above for use in selecting the appropriate view tab. -function TranslateSortName(sort_type) - if sort_type == "Name" then - return _G.NAME - elseif sort_type == "SkillAsc" then - return L["Skill (Asc)"] - elseif sort_type == "SkillDesc" then - return L["Skill (Desc)"] - elseif sort_type == "Acquisition" then - return L["Acquisition"] - elseif sort_type == "Location" then - return L["Location"] - end - return _G.UNKNOWN -end - ------------------------------------------------------------------------------- -- Create the expand button and set its scripts. ------------------------------------------------------------------------------- -- 1.7.9.5