From d2526af6918a7b7c4ebbd878d7e31fb33bf7df78 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 20 Jun 2014 01:35:06 +0200 Subject: [PATCH] Remove the AltPower bar for now --- oUF_P3lim.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index d5a05dd..812b6e6 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -231,21 +231,6 @@ local UnitSpecific = { ExperienceBG:SetAllPoints() ExperienceBG:SetTexture(1/3, 1/3, 1/3) - local AltPower = CreateFrame('StatusBar', nil, self) - AltPower:SetPoint('BOTTOM', 0, -10) - AltPower:SetSize(230, 6) - AltPower:SetStatusBarTexture(TEXTURE) - AltPower:SetStatusBarColor(0.15, 0.7, 0.1) - AltPower:SetBackdrop(BACKDROP) - AltPower:SetBackdropColor(0, 0, 0) - AltPower:EnableMouse(true) - AltPower.colorTexture = true - self.AltPowerBar = AltPower - - local AltPowerBG = AltPower:CreateTexture(nil, 'BORDER') - AltPowerBG:SetAllPoints() - AltPowerBG:SetTexture(1/3, 1/3, 1/3) - local _, playerClass = UnitClass('player') if(playerClass == 'DEATHKNIGHT') then local Parent = CreateFrame('Frame', nil, UIParent) -- 1.7.9.5