- fixed the Eclipse bar not showing up since 1.7.2

This commit is contained in:
Parnic
2010-10-26 00:07:36 +00:00
parent e16fbe8321
commit bc4deff6fd
2 changed files with 1 additions and 11 deletions

View File

@ -101,10 +101,6 @@ function EclipseBar.prototype:CreateFrame()
self:UpdateAlpha()
end
function EclipseBar.prototype:ShouldRegisterOnUpdate()
return false
end
function EclipseBar.prototype:CreateSolarBar()
if not (self.solarBar) then
self.solarBar = CreateFrame("Frame", nil, self.frame)