From ed8bdca0a0b72341faab25040b09c6f28110f127 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Apr 2023 10:19:32 +0300 Subject: SM_FindSession - obsoleted function removed --- include/m_chat_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3