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/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src/chat/chat.h') diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h index adb495934c..3b03840bb9 100644 --- a/plugins/Scriver/src/chat/chat.h +++ b/plugins/Scriver/src/chat/chat.h @@ -82,7 +82,7 @@ void FreeMsgLogBitmaps(void); int GetTextPixelSize( wchar_t* pszText, HFONT hFont, BOOL bWidth); // services.c -void ShowRoom(SESSION_INFO *si, WPARAM wp, BOOL bSetForeground); +void ShowRoom(SESSION_INFO *si); // manager.c HWND SM_FindWindowByContact(MCONTACT hContact); -- cgit v1.2.3