summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat/tools.cpp
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 /plugins/TabSRMM/src/chat/tools.cpp
parent877a445bdf3ac484e564bb1d62610eeb1329e991 (diff)
unused parameter removed
Diffstat (limited to 'plugins/TabSRMM/src/chat/tools.cpp')
-rw-r--r--plugins/TabSRMM/src/chat/tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/tools.cpp b/plugins/TabSRMM/src/chat/tools.cpp
index 2dfb0a18cf..8dc44d5f37 100644
--- a/plugins/TabSRMM/src/chat/tools.cpp
+++ b/plugins/TabSRMM/src/chat/tools.cpp
@@ -39,7 +39,7 @@ int GetRichTextLength(HWND hwnd)
static void __stdcall ShowRoomFromPopup(void *pi)
{
SESSION_INFO *si = (SESSION_INFO*)pi;
- ShowRoom(si, WINDOW_VISIBLE, TRUE);
+ ShowRoom(si);
}
static void __stdcall Chat_DismissPopup(void *pi)