summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-04-05 20:17:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-04-05 20:17:13 +0300
commitc1ceb16e6e5957c94232a0ff43fbeca0ff19bf93 (patch)
tree1f4b53879e38019f7a22e82d8a2db3204a6c6bb9 /include
parent4164d60646b408abf62bc8170165aedcc574d088 (diff)
Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index c57491af82..76c3ee1b9a 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -373,9 +373,6 @@ EXTERN_C MIR_APP_DLL(CHAT_MANAGER*) Chat_GetInterface(CHAT_MANAGER_INITDATA *pDa
// receives LOGSTREAMDATA* as the first parameter
EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_LogStreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb);
-// receives char** as the first parameter
-EXTERN_C MIR_APP_DLL(DWORD) CALLBACK Srmm_MessageStreamCallback(DWORD_PTR dwCookie, LPBYTE pbBuff, LONG cb, LONG *pcb);
-
// sends a message to all SRMM windows
EXTERN_C MIR_APP_DLL(void) Srmm_Broadcast(UINT, WPARAM, LPARAM);