diff options
| author | George Hazan <ghazan@miranda.im> | 2019-11-19 16:34:01 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-11-19 16:34:01 +0300 |
| commit | d98d2382870f88a50a966fa521598e9a7a0a8bd2 (patch) | |
| tree | f9f40c94ee1e5d6906eafec0f424e99815b0a20c /include | |
| parent | 36abafbd09cb74f66804938238dd5be13caff5dd (diff) | |
unused functions removed
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index e6270e5044..deb18df665 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -309,8 +309,6 @@ struct CHAT_MANAGER wchar_t* (*UM_FindUserAutoComplete)(SESSION_INFO *si, const wchar_t* pszOriginal, const wchar_t* pszCurrent);
BOOL (*UM_RemoveUser)(SESSION_INFO *si, const wchar_t *pszUID);
- LOGINFO* (*LM_AddEvent)(LOGINFO **ppLogListStart, LOGINFO **ppLogListEnd);
- BOOL (*LM_TrimLog)(LOGINFO **ppLogListStart, LOGINFO **ppLogListEnd, int iCount);
BOOL (*LM_RemoveAll)(LOGINFO **ppLogListStart, LOGINFO **ppLogListEnd);
BOOL (*SetOffline)(MCONTACT hContact, BOOL bHide);
|
