summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-10-15 13:59:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-10-15 13:59:29 +0300
commit918665d9c1c732902c4489ebbf2c67e9d97949cb (patch)
tree6dcb52a8fd11788decb029309ed92b453dc9c54e /include
parentdac598b94b140b35425cbcc358e0797ad4855f65 (diff)
fix for crash in chat manager in service mode
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 472d08cf8c..06c95af4b5 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -290,7 +290,6 @@ struct CHAT_MANAGER
void (*SM_InvalidateLogDirectories)(void);
MODULEINFO* (*MM_CreateModule)(void);
- MODULEINFO* (*MM_FindModule)(const char *pszModule);
void (*MM_FontsChanged)(void);
void (*MM_IconsChanged)(void);
BOOL (*MM_RemoveAll)(void);