From 7ab4347e228d01288a92ef2e6d318a841f807406 Mon Sep 17 00:00:00 2001 From: p3lim-52096 Date: Thu, 25 Jun 2009 23:26:16 +0000 Subject: [PATCH] Update to reflect changes in plug-in git-svn-id: svn://svn.wowinterface.com/oUF_P3lim-52/trunk@83 8c7459ed-49dc-4bc8-85d7-b6381a8f5413 --- oUF_P3lim/oUF_P3lim.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/oUF_P3lim/oUF_P3lim.lua b/oUF_P3lim/oUF_P3lim.lua index c947da9..41ba22e 100644 --- a/oUF_P3lim/oUF_P3lim.lua +++ b/oUF_P3lim/oUF_P3lim.lua @@ -19,12 +19,6 @@ local backdrop = { if(LibStub) then LibStub('LibSharedMedia-3.0', true):Register('statusbar', 'Minimalist', texture) end -local runeloadcolors = { - {0.77, 0.12, 0.23}, {0.77, 0.12, 0.23}, - {0.4, 0.8, 0.1}, {0.4, 0.8, 0.1}, - {0, 0.4, 0.7}, {0, 0.4, 0.7}, -} - local colors = setmetatable({ power = setmetatable({ ['MANA'] = {0, 144/255, 1} @@ -460,7 +454,6 @@ local function styleFunction(self, unit) self.RuneBar[i]:SetPoint('TOPLEFT', self.RuneBar[i-1], 'TOPRIGHT', 1, 0) end self.RuneBar[i]:SetStatusBarTexture(texture) - self.RuneBar[i]:SetStatusBarColor(unpack(runeloadcolors[i])) self.RuneBar[i]:SetHeight(4) self.RuneBar[i]:SetWidth(230/6 - 0.85) self.RuneBar[i]:SetBackdrop(backdrop) -- 1.7.9.5