diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 3 |
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);
|