Removed LFR stuff in the general section.
Repooc [02-16-13 - 14:05]
Removed LFR stuff in the general section.
Signed-off-by: Repooc <tjcooper1982@gmail.com>
diff --git a/ElvUI_SLE/modules/options.lua b/ElvUI_SLE/modules/options.lua
index 7ad0cf5..68dd3d9 100644
--- a/ElvUI_SLE/modules/options.lua
+++ b/ElvUI_SLE/modules/options.lua
@@ -34,14 +34,6 @@ E.Options.args.sle = {
name = L["General"],
guiInline = true,
args = {
- lfrshow = {
- order = 1,
- type = "toggle",
- name = L["LFR Lockout"],
- desc = L["Show/Hide LFR lockout info in the time datatext's tooltip."],
- get = function(info) return E.db.datatexts.lfrshow end,
- set = function(info, value) E.db.datatexts.lfrshow = value; end
- },
},
},
lootwindow = {