diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-14 19:55:58 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-14 19:55:58 +0300 |
commit | 4348743ace7373ccc75113e97cb724268a81fb4a (patch) | |
tree | 57043eb324d0cb75eff573a131216653d7eb3446 /include | |
parent | b496d5f1252b858c802e269c1fd02e2e5aaaafeb (diff) |
unused code removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 99088b2c2f..a9a5d2a751 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -267,7 +267,6 @@ struct CHAT_MANAGER {
CHAT_MANAGER();
- SESSION_INFO* (*SM_CreateSession)(void);
HICON (*SM_GetStatusIcon)(SESSION_INFO *si, USERINFO * ui);
int (*SM_GetCount)(const char *pszModule);
SESSION_INFO* (*SM_FindSessionByIndex)(const char *pszModule, int iItem);
|