summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-13 23:27:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-13 23:27:53 +0300
commit0d1a92abd015c7012f235ced2fdcb939056a9390 (patch)
treecb302e82572c8ba67f8b0655f0173291f3ec5dd6 /include
parent4f703b8a011b262a79fe67e3bffc43b4f74b0032 (diff)
SM_BroadcastMessage removed from CHAT_MANAGER, we don't need it anymore
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 8a5bc32257..dd54273544 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -285,7 +285,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_BroadcastMessage)(const char *pszModule, UINT msg, WPARAM wParam, LPARAM lParam, BOOL bAsync);
int (*SM_GetCount)(const char *pszModule);
SESSION_INFO* (*SM_FindSessionByIndex)(const char *pszModule, int iItem);
USERINFO* (*SM_GetUserFromIndex)(const wchar_t *pszID, const char *pszModule, int index);