summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-10-18 14:20:51 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-10-18 14:20:51 +0300
commit600a356fd4f4e91d6c81cfbd76fc30a720686cc4 (patch)
tree81609f391595395662f23b855731bf18cd297998 /include
parentfdfc25f6b05b21bd300b93dba178cb79d09e2390 (diff)
CHAT_MANAGER:
- unused function SM_PostMessage removed; - some minor fixes for switching SRMM plugins on the fly
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 06c95af4b5..8a4f054b0c 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -279,7 +279,6 @@ struct CHAT_MANAGER
SESSION_INFO* (*SM_CreateSession)(void);
SESSION_INFO* (*SM_FindSession)(const wchar_t *pszID, const char *pszModule);
HICON (*SM_GetStatusIcon)(SESSION_INFO *si, USERINFO * ui);
- BOOL (*SM_PostMessage)(const wchar_t *pszID, const char *pszModule, UINT msg, WPARAM wParam, LPARAM lParam);
BOOL (*SM_BroadcastMessage)(const char *pszModule, UINT msg, WPARAM wParam, LPARAM lParam, BOOL bAsync);
void (*SM_AddCommand)(const wchar_t *pszID, const char *pszModule, const char* lpNewCommand);
char* (*SM_GetPrevCommand)(const wchar_t *pszID, const char *pszModule);