From a0964acbba8d015037613f753a04c483597a2a3f Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 13 Feb 2013 09:18:55 +0400 Subject: [PATCH] Deleted commented options --- ElvUI_SLE/modules/backgrounds/options.lua | 16 ---------------- 1 file changed, 16 deletions(-) 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, -- 1.7.9.5