From b05ce4acd28f460336dc33d32e5dd503574da29c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 14 Oct 2024 14:46:11 +0300 Subject: code cleaning --- include/m_chat_int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 599218c258..c05b4599cc 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -291,9 +291,6 @@ struct CHAT_MANAGER USERINFO* (*UM_TakeStatus)(SESSION_INFO *si, const wchar_t *pszUID, uint16_t status); wchar_t* (*UM_FindUserAutoComplete)(SESSION_INFO *si, const wchar_t* pszOriginal, const wchar_t* pszCurrent); - BOOL (*SetOffline)(MCONTACT hContact, BOOL bHide); - BOOL (*SetAllOffline)(BOOL bHide, const char *pszModule); - void (*LoadMsgDlgFont)(int i, LOGFONT *lf, COLORREF *color); wchar_t* (*MakeTimeStamp)(wchar_t *pszStamp, time_t time); -- cgit v1.2.3