From 055ca90f5d22a5211150ae8158dcec7fe1befb11 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Mar 2017 13:58:18 +0300 Subject: - merge of WndProc_Nicklist functions; - Chat_HoverMouse became the internal function ans is not exported anymore --- include/m_chat.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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); ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3