From e082612a470ce5a52c6f322af094df564bb17c96 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 5 Sep 2015 16:09:54 +0400 Subject: [PATCH] don't need --- ElvUI_SLE/modules/chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua index 2e1bdc0..3a671ee 100644 --- a/ElvUI_SLE/modules/chat.lua +++ b/ElvUI_SLE/modules/chat.lua @@ -80,7 +80,7 @@ end --Replacement of chat tab position and size function local PixelOff = E.PixelMode and 33 or 27 -local function PositionChat(self, override, noSave) +local function PositionChat(self, override) if ((InCombatLockdown() and not override and self.initialMove) or (IsMouseButtonDown("LeftButton") and not override)) then return end if not RightChatPanel or not LeftChatPanel then return; end if not self.db.lockPositions or E.private.chat.enable ~= true then return end -- 1.7.9.5