diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-06-19 12:57:29 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-06-19 12:57:29 +0300 |
| commit | 185ebd42c6f6364a615d8fe09d060c713ec10b46 (patch) | |
| tree | 6d489fb61d3fd43f7ce7f6baad5a89661af0136b /include | |
| parent | e503f800768d5d794ca033a89f92e5b21d7eeee3 (diff) | |
useless helper 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 9eb1b989bb..d4856bc774 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -271,7 +271,6 @@ struct CHAT_MANAGER HICON (*SM_GetStatusIcon)(SESSION_INFO *si, USERINFO * ui);
int (*SM_GetCount)(const char *pszModule);
SESSION_INFO* (*SM_FindSessionByIndex)(const char *pszModule, int iItem);
- USERINFO* (*SM_GetUserFromIndex)(const wchar_t *pszID, const char *pszModule, int index);
void (*SM_InvalidateLogDirectories)(void);
MODULEINFO* (*MM_CreateModule)(void);
|
