From c6403831a16f1a58160094db249cceab14cc6e8b Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 2 Jul 2010 00:39:33 -0400 Subject: [PATCH] Removed sorting configuration section - not only is sorting simpler now, but it's easily accessible from the list frame. --- Config.lua | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/Config.lua b/Config.lua index 0afe248..874ed8c 100644 --- a/Config.lua +++ b/Config.lua @@ -167,42 +167,6 @@ local function fullOptions() type = "description", name = "\n", }, - header3 = { - order = 40, - type = "header", - name = L["Sorting Options"], - }, - sort_desc = { - order = 41, - type = "description", - name = L["SORTING_OPTIONS_DESC"] .. "\n", - }, - sorting = { - order = 45, - type = "select", - name = L["Sorting"], - desc = L["SORTING_DESC"], - get = function() - return addon.db.profile.sorting - end, - set = function(info, name) - addon.db.profile.sorting = name - end, - values = function() - return { - Name = _G.NAME, - SkillAsc = L["Skill (Asc)"], - SkillDesc = L["Skill (Desc)"], - Acquisition = L["Acquisition"], - Location = L["Location"] - } - end, - }, - spacer3 = { - order = 50, - type = "description", - name = "\n", - }, header4 = { order = 51, type = "header", -- 1.7.9.5