summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-09 15:04:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-09 15:04:14 +0300
commit33d16d137f4e468996592d3961a4cf8a2849cf55 (patch)
tree45a7549d6cc29dace1e5687fd9daec00805a1aad /src/core
parent12061fa56dbbd3b59d78c554f6b0208d656ce6cd (diff)
Srmm_FindDialog moved from StdMsg to the core
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stdmsg/src/msgs.cpp8
1 files changed, 0 insertions, 8 deletions
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)