summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h2
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);