diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-12 16:51:46 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-12 16:51:46 +0300 |
commit | 66142639448faf340baed0ac857240eb66f9fae2 (patch) | |
tree | 2ccb2c11817632c4bcdb632109cf59d1a24dacec /include | |
parent | 17d302b3e3317004df70481f1a8a588701388def (diff) |
fixes #4651 (NewStory+tabSRMM: Форматирование текста по-разному работает в приватах и чатах)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 9ce9a83f4e..14b2387f6a 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -398,8 +398,6 @@ MIR_APP_DLL(int) Chat_SetStatusbarText(SESSION_INFO *si, const wchar_t *wszText) MIR_APP_DLL(CMStringW) Chat_GetGroup(void);
MIR_APP_DLL(void) Chat_SetGroup(const wchar_t*);
-MIR_APP_DLL(wchar_t*) Chat_UnescapeTags(wchar_t *str_in);
-
/////////////////////////////////////////////////////////////////////////////////////////
#define GC_SSE_ONLYLISTED 0x0001 // processes only listed contacts, resets all contacts otherwise
|