summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-14 14:46:11 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-14 14:46:11 +0300
commitb05ce4acd28f460336dc33d32e5dd503574da29c (patch)
tree53e8b13a29be6c85345dde764e88fc57c7970c55 /include
parentc93680973f803dde52de0669d05671ea4afe0cb3 (diff)
code cleaning
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h3
1 files changed, 0 insertions, 3 deletions
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);