diff options
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r-- | src/core/stdmsg/src/msgs.cpp | 8 |
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)
|