From 724611103983c4243859b3c0b7de8f7bfe6f73e2 Mon Sep 17 00:00:00 2001 From: Darth Predator Date: Mon, 18 Sep 2017 01:24:22 +0300 Subject: [PATCH] clear commented stuff --- ElvUI_SLE/options/nameplates_c.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/ElvUI_SLE/options/nameplates_c.lua b/ElvUI_SLE/options/nameplates_c.lua index ba22802..4ce1376 100644 --- a/ElvUI_SLE/options/nameplates_c.lua +++ b/ElvUI_SLE/options/nameplates_c.lua @@ -8,8 +8,6 @@ local function configTable() name = L["NamePlates"], order = 14, disabled = function() return not E.private.nameplates.enable end, - -- get = function(info) return E.db.sle.nameplates[ info[#info] ] end, - -- set = function(info, value) E.db.sle.nameplates[ info[#info] ] = value; E:GetModule('NamePlates'):ConfigureAll() end, args = { header = { order = 1, @@ -28,7 +26,6 @@ local function configTable() name = L["Enable"], desc = L["Display the number of party / raid members targetting the nameplate unit."], get = function(info) return E.db.sle.nameplates.targetcount[ info[#info] ] end, - -- set = function(info, value) E.db.sle.nameplates.targetcount[ info[#info] ] = value; NP:ConfigureAll() end, set = function(info, value) E.db.sle.nameplates.targetcount[ info[#info] ] = value; NP:ConfigureAll() end, }, font = { -- 1.7.9.5