summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-24 10:19:32 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-24 10:19:32 +0300
commited8bdca0a0b72341faab25040b09c6f28110f127 (patch)
treec49f178d9220b5d0ca46f58d4f5f93fd69d968c6 /include
parenta888cd98191904f5aa5e224bd8def5814248cffc (diff)
SM_FindSession - obsoleted function removed
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 3698ef4203..ca737a06a7 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -262,7 +262,6 @@ struct CHAT_MANAGER
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);
int (*SM_GetCount)(const char *pszModule);
SESSION_INFO* (*SM_FindSessionByIndex)(const char *pszModule, int iItem);