From 33d16d137f4e468996592d3961a4cf8a2849cf55 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Sep 2019 15:04:14 +0300 Subject: Srmm_FindDialog moved from StdMsg to the core --- src/core/stdmsg/src/msgs.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/core') diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 71b7b90e38..20f8982253 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -29,14 +29,6 @@ int OnCheckPlugins(WPARAM, LPARAM); ///////////////////////////////////////////////////////////////////////////////////////// -CMsgDialog* Srmm_FindDialog(MCONTACT hContact) -{ - HWND hwnd = Srmm_FindWindow(hContact); - return (hwnd) ? (CMsgDialog *)GetWindowLongPtr(hwnd, GWLP_USERDATA) : nullptr; -} - -///////////////////////////////////////////////////////////////////////////////////////// - int SendMessageDirect(const wchar_t *szMsg, MCONTACT hContact) { if (hContact == 0) -- cgit v1.2.3