From 041966007c9d0ac69883a99d6fb72a460ea1757c Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 26 Mar 2009 11:15:24 +0100 Subject: [PATCH] Let LibWindow handle the default position of the XPBar. --- RepXPBar.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/RepXPBar.lua b/RepXPBar.lua index 49f0c07..701a35d 100644 --- a/RepXPBar.lua +++ b/RepXPBar.lua @@ -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