diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-05 12:38:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-05 12:38:10 +0300 |
commit | c82a4024259c15206548cdad4c96768ea033d425 (patch) | |
tree | 18076da1db0cf512ec7ffb58c26a2a21b94d8ba9 /include/m_chat_int.h | |
parent | 533a975813e8f8803a54274f286cd86e742125cd (diff) |
TM_FindStatus also isn't needed in CHAT_MANAGER
Diffstat (limited to 'include/m_chat_int.h')
-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 7189facdca..a1e02fb065 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -279,7 +279,6 @@ struct CHAT_MANAGER void (*MM_IconsChanged)(void);
BOOL (*MM_RemoveAll)(void);
- STATUSINFO* (*TM_FindStatus)(STATUSINFO *pStatusList, const wchar_t *pszStatus);
BOOL (*TM_RemoveAll)(STATUSINFO** pStatusList);
int (*UM_CompareItem)(const USERINFO *u1, const USERINFO *u2);
|