diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 13:58:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 13:58:18 +0300 |
commit | 055ca90f5d22a5211150ae8158dcec7fe1befb11 (patch) | |
tree | 0635783527009b8f9646a12cb530d2f472f6ff30 /include | |
parent | 4a67cbcb142409ccafc57a64186591e7976853ac (diff) |
- merge of WndProc_Nicklist functions;
- Chat_HoverMouse became the internal function ans is not exported anymore
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 6ddb8c5c50..6188353d45 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -391,8 +391,6 @@ EXTERN_C MIR_APP_DLL(int) Chat_ChangeUserId(const char *szModule, const wchar_t EXTERN_C MIR_APP_DLL(int) Chat_SendUserMessage(const char *szModule, const wchar_t *wszId, const wchar_t *wszText);
EXTERN_C MIR_APP_DLL(int) Chat_SetStatusbarText(const char *szModule, const wchar_t *wszId, const wchar_t *wszText);
-EXTERN_C MIR_APP_DLL(void) Chat_HoverMouse(struct SESSION_INFO *si, HWND hwnd, LPARAM lParam, bool bUseToolTip);
-
EXTERN_C MIR_APP_DLL(wchar_t*) Chat_UnescapeTags(wchar_t *str_in);
/////////////////////////////////////////////////////////////////////////////////////////
|