Skip to content

Commit a7422e0

Browse files
committed
Remove compat
1 parent 892a230 commit a7422e0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

ShadowedUnitFrames.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -774,11 +774,7 @@ function ShadowUF:HideBlizzardFrames()
774774
end
775775

776776
if( self.db.profile.hidden.playerPower and not active_hiddens.playerPower ) then
777-
if PriestBarFrame then -- 10.1 removed the PriestBarFrame
778-
basicHideBlizzardFrames(PriestBarFrame, RuneFrame, WarlockPowerFrame, MonkHarmonyBarFrame, PaladinPowerBarFrame, MageArcaneChargesFrame)
779-
else
780-
basicHideBlizzardFrames(RuneFrame, WarlockPowerFrame, MonkHarmonyBarFrame, PaladinPowerBarFrame, MageArcaneChargesFrame)
781-
end
777+
basicHideBlizzardFrames(RuneFrame, WarlockPowerFrame, MonkHarmonyBarFrame, PaladinPowerBarFrame, MageArcaneChargesFrame)
782778
end
783779

784780
if( self.db.profile.hidden.pet and not active_hiddens.pet ) then

0 commit comments

Comments
 (0)