diff options
| author | George Hazan <ghazan@miranda.im> | 2020-08-24 20:16:11 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-08-24 20:16:11 +0300 |
| commit | c572cfe386adaa71c2a0ee2f6620f5cc2b94bd21 (patch) | |
| tree | d0d89d2cc15356306ade1f99e7b5bb73b90b31a3 /include | |
| parent | 1f781d6806e0d869197d898298d7bac2c3db8229 (diff) | |
Chat API:
- unused function CHAT_MANAGER::AddEvent removed and made local;
- "Mute" parameter is added to any chat, turning short/long blinking mode;
- code optimization
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 5319c96422..746ab483fc 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -313,7 +313,6 @@ struct CHAT_MANAGER BOOL (*SetOffline)(MCONTACT hContact, BOOL bHide);
BOOL (*SetAllOffline)(BOOL bHide, const char *pszModule);
- BOOL (*AddEvent)(MCONTACT hContact, HICON hIcon, MEVENT hEvent, int type, wchar_t* fmt, ...);
MCONTACT (*FindRoom)(const char *pszModule, const wchar_t *pszRoom);
char* (*Log_CreateRTF)(LOGSTREAMDATA *streamData);
|
