From 10126b8ab2d030c8789525edcc87ff1c7c5b3e54 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Dec 2016 17:32:21 +0300 Subject: unused parameter removed --- plugins/Scriver/src/chat/window.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Scriver/src/chat/window.cpp') diff --git a/plugins/Scriver/src/chat/window.cpp b/plugins/Scriver/src/chat/window.cpp index 18734f4d68..47ec5ed001 100644 --- a/plugins/Scriver/src/chat/window.cpp +++ b/plugins/Scriver/src/chat/window.cpp @@ -1197,7 +1197,7 @@ static INT_PTR CALLBACK RoomWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPAR SendMessage(hwndDlg, GC_FIXTABICONS, 0, 0); if (!si->hWnd) { - ShowRoom(si, WINDOW_VISIBLE, TRUE); + ShowRoom(si); SendMessage(hwndDlg, WM_MOUSEACTIVATE, 0, 0); } break; @@ -1797,7 +1797,7 @@ LABEL_SHOWWINDOW: return FALSE; } -void ShowRoom(SESSION_INFO *si, WPARAM, BOOL) +void ShowRoom(SESSION_INFO *si) { if (si == NULL) return; -- cgit v1.2.3