clear
Darthpred [08-01-16 - 10:09]
diff --git a/ElvUI_SLE/modules/unitframes/unitframes.lua b/ElvUI_SLE/modules/unitframes/unitframes.lua
index b9a4acf..08e2646 100644
--- a/ElvUI_SLE/modules/unitframes/unitframes.lua
+++ b/ElvUI_SLE/modules/unitframes/unitframes.lua
@@ -151,7 +151,6 @@ function SUF:Initialize()
hooksecurefunc(UF, "Update_Raid40Frames", SUF.Update_GroupFrames)
--Portrait overlay
hooksecurefunc(UF, "Configure_Portrait", SUF.ConfiguePortrait)
- -- hooksecurefunc(UF, "PortraitUpdate", SUF.PortraitUpdate)
if E.private.sle.unitframe.resizeHealthPrediction then
hooksecurefunc(UF, "Configure_HealthBar", SUF.HealthPredictUpdate)
end