summaryrefslogtreecommitdiff
path: root/include/m_chat_int.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-19 17:32:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-19 17:44:58 +0300
commit10126b8ab2d030c8789525edcc87ff1c7c5b3e54 (patch)
tree0e4294f0df6289145d870f0e55763d086d2cd6ef /include/m_chat_int.h
parent877a445bdf3ac484e564bb1d62610eeb1329e991 (diff)
unused parameter removed
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r--include/m_chat_int.h2
1 files changed, 1 insertions, 1 deletions
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);