Quantcast

Deleted commented options

Darthpred [02-13-13 - 05:18]
Deleted commented options
Filename
ElvUI_SLE/modules/backgrounds/options.lua
diff --git a/ElvUI_SLE/modules/backgrounds/options.lua b/ElvUI_SLE/modules/backgrounds/options.lua
index d52df80..f1c48fb 100644
--- a/ElvUI_SLE/modules/backgrounds/options.lua
+++ b/ElvUI_SLE/modules/backgrounds/options.lua
@@ -108,22 +108,6 @@ for k,v in pairs(drop) do
 				type = "description",
 				name = "",
 			},
-			--xoffset = {
-			--	order = 4,
-			--	type = "range",
-			--	name = L['X Offset'],
-			--	desc = L["Sets X offset of the frame"],
-			--	min = -E.screenwidth/2, max = E.screenwidth/2, step = 1,
-			--	set = function(info, value) E.db.sle.backgrounds[v[1]].xoffset = value; BG:FramesPositions() end,
-			--},
-			--yoffset = {
-			--	order = 5,
-			--	type = "range",
-			--	name = L['Y Offset'],
-			--	desc = L["Sets Y offset of the frame"],
-			--	min = -21, max = E.screenheight, step = 1,
-			--	set = function(info, value) E.db.sle.backgrounds[v[1]].yoffset = value; BG:FramesPositions() end,
-			--},
 			--Setting custom texture for those who like it
 			texture = {
 				order = 6,