Quantcast

don't need

Darthpred [09-05-15 - 12:09]
don't need
Filename
ElvUI_SLE/modules/chat.lua
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