From a9ff46637f627a2427ed45af96ad1559765826b8 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 17 Jun 2008 21:44:18 +0000 Subject: [PATCH] remove Button Lock option because its defunct --- Options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Options.lua b/Options.lua index 027e954..954d207 100644 --- a/Options.lua +++ b/Options.lua @@ -33,14 +33,14 @@ local function getOptions() get = function() return Bartender4.Locked end, set = function(info, value) Bartender4[value and "Lock" or "Unlock"](Bartender4) end, }, - buttonlock = { + --[[buttonlock = { order = 2, type = "toggle", name = "Button Lock", desc = "Lock the buttons.", get = getFunc, set = setFunc, - }, + },--]] bars = { order = 20, type = "group",