From 3f48001e5b06b065ba5cfcbe9170452b88c78afd Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 11 Oct 2012 11:15:30 +0400 Subject: [PATCH] nah. unneeded crap --- ElvUI_SLE/core/test.lua | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/ElvUI_SLE/core/test.lua b/ElvUI_SLE/core/test.lua index eadbd80..9db7709 100644 --- a/ElvUI_SLE/core/test.lua +++ b/ElvUI_SLE/core/test.lua @@ -17,27 +17,3 @@ E.Options.args.sle.args.general.args.errors = { get = function(info) return E.private.sle.errors end, set = function(info, value) E.private.sle.errors = value; E:StaticPopup_Show("PRIVATE_RL") end } - - - ---[[E.Options.args.sle.args.auras = { - type = "group", - name = L["], - order = 5, - guiInline = true, - args = { - info = { - order = 1, - type = "description", - name = L["Options for customizing auras near the minimap."], - }, - enable = { - order = 2, - type = "toggle", - name = L["Caster Name"], - desc = L["Enabling this will show caster name in the buffs and debuff icons."], - get = function(info) return E.private.sle.auras.castername end, - set = function(info, value) E.private.sle.auras.castername = value; E:StaticPopup_Show("PRIVATE_RL") end, - }, - }, -}]] \ No newline at end of file -- 1.7.9.5