From f89e952b4c30cf0734137a961687984ccc0135c2 Mon Sep 17 00:00:00 2001 From: Tek Hudson Date: Sun, 25 Aug 2019 09:35:26 -0700 Subject: [PATCH] Remove unused bar texture change options --- DruidBar.lua | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/DruidBar.lua b/DruidBar.lua index 0da5c51..42c8eed 100644 --- a/DruidBar.lua +++ b/DruidBar.lua @@ -674,25 +674,6 @@ function DruidBar_Enable_ChatCommandHandler(text) elseif msg[1] == "debug" then DruidBarKey.Debug = DruidBar_Toggle(DruidBarKey.Debug, "Debug options"); DRUIDBAR_FrameSet(); - elseif msg[1] == "manatex" then - if msg[2] == "default" then - DruidBarKey.manatexture = "Interface\\TargetingFrame\\UI-StatusBar"; - DruidBar_Print("Setting mana bar texture to default"); - else - DruidBarKey.manatexture = msg[2]; - DruidBar_Print("Setting mana bar texture to "..DruidBarKey.manatexture); - end - DRUIDBAR_FrameSet(); - elseif msg[1] == "bordertex" then - if msg[2] == "default" then - DruidBarKey.bordertexture = "Interface\\Tooltips\\UI-StatusBar-Border"; - DruidBar_Print("Setting border texture to default"); - else - DruidBarKey.bordertexture = msg[2]; - DruidBar_Print("Setting border texture to "..DruidBarKey.bordertexture); - - end - DRUIDBAR_FrameSet(); else DRUIDBAROptionsFrame_Toggle(); end -- 1.7.9.5