From 9aff89fac5904edfc4128fc5bc9e8b493d56848a Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 26 May 2009 20:48:34 +0200 Subject: [PATCH] Fix an call to an old function --- ActionBar.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/ActionBar.lua b/ActionBar.lua index 60cea21..7cee2f9 100644 --- a/ActionBar.lua +++ b/ActionBar.lua @@ -25,7 +25,6 @@ function ActionBar:ApplyConfig(config) if not self.config.position.x then initialPosition(self) end - Bartender4.Button:UpdateRangeValues() self:UpdateButtons() end