diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-19 17:32:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-19 17:44:58 +0300 |
commit | 10126b8ab2d030c8789525edcc87ff1c7c5b3e54 (patch) | |
tree | 0e4294f0df6289145d870f0e55763d086d2cd6ef /plugins/Scriver/src/chat/chat.h | |
parent | 877a445bdf3ac484e564bb1d62610eeb1329e991 (diff) |
unused parameter removed
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat/chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|