fix #75 Remove AuraBars

Maybe in future will be added, but requires another load of work to add. Other things to tackle at the moment.
This commit is contained in:
Crum
2018-12-08 15:13:26 -06:00
parent 93f5762a44
commit 7cdaf21377
27 changed files with 14 additions and 1166 deletions
@@ -35,7 +35,6 @@ function UF:Construct_TargetFrame(frame)
frame.InfoPanel = self:Construct_InfoPanel(frame)
frame.MouseGlow = self:Construct_MouseGlow(frame)
frame.TargetGlow = self:Construct_TargetGlow(frame)
frame.AuraBars = self:Construct_AuraBarHeader(frame)
frame.Range = self:Construct_Range(frame)
frame.PvPIndicator = self:Construct_PvPIcon(frame)
frame.customTexts = {}
@@ -116,8 +115,6 @@ function UF:Update_TargetFrame(frame, db)
UF:Configure_RaidIcon(frame)
UF:Configure_AuraBars(frame)
UF:Configure_Range(frame)
UF:Configure_PVPIcon(frame)