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 --- include/m_chat_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index b5155ed375..1b24962ae4 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -388,7 +388,7 @@ struct CHAT_MANAGER void (*OnOfflineSession)(SESSION_INFO*); void (*OnReplaceSession)(SESSION_INFO*); - void (*ShowRoom)(SESSION_INFO*, WPARAM wp, BOOL bSetForeground); + void (*ShowRoom)(SESSION_INFO*); void (*OnGetLogName)(SESSION_INFO*, const wchar_t*); void (*OnEventBroadcast)(SESSION_INFO *si, GCEVENT *gce); -- cgit v1.2.3