Quantcast

nah. unneeded crap

Darthpred [10-11-12 - 07:15]
nah. unneeded crap
Filename
ElvUI_SLE/core/test.lua
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