Let LibWindow handle the default position of the XPBar.

This commit is contained in:
Hendrik Leppkes
2009-03-26 11:15:24 +01:00
parent 542cb58208
commit 041966007c
-5
View File
@@ -47,11 +47,6 @@ end
function RepBar:ApplyConfig(config)
Bar.ApplyConfig(self, config)
if not self.config.position then
self:ClearSetPoint("CENTER")
self:SavePosition()
end
self:PerformLayout()
end