diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-28 19:58:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-28 19:58:25 +0300 |
commit | 3e00af6e0b04bca9e5398f250c7dd4280da608cc (patch) | |
tree | c435ee6859581a5226a9af4bcc989cf07196d115 /include/m_chat_int.h | |
parent | 11fbe8d4d458c856dcbf7e6d18561b467ef368d3 (diff) |
IRC: fix for event broadcasting
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index b7be21801a..d72bff1b0f 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -273,9 +273,6 @@ struct CHAT_MANAGER {
CHAT_MANAGER();
- void (*SetActiveSession)(SESSION_INFO *si);
- SESSION_INFO* (*GetActiveSession)(void);
-
SESSION_INFO* (*SM_CreateSession)(void);
SESSION_INFO* (*SM_FindSession)(const wchar_t *pszID, const char *pszModule);
HICON (*SM_GetStatusIcon)(SESSION_INFO *si, USERINFO * ui);
@@ -328,8 +325,6 @@ struct CHAT_MANAGER void (*CreateNick)(const SESSION_INFO *si, const LOGINFO *lin, CMStringW &dest);
int logPixelSY, logPixelSX;
- char *szActiveWndModule;
- wchar_t *szActiveWndID;
HICON hStatusIcons[STATUSICONCOUNT];
HBRUSH hListBkgBrush, hListSelectedBkgBrush;
HANDLE hevWinPopup, hevPreCreate;
|