From 78c41a686c483076e6987c18266236c0b17652a1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 5 Mar 2017 22:13:25 +0300 Subject: unused type declaration removed --- plugins/TabSRMM/src/chat/chat.h | 49 ++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 28 deletions(-) (limited to 'plugins/TabSRMM/src/chat/chat.h') diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index c116165cbd..de0f4cc330 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -37,28 +37,21 @@ enum TChatStatusEx CHAT_STATUS_MAX }; -// special service for tweaking performance -#define MS_GC_GETEVENTPTR "GChat/GetNewEventPtr" -typedef INT_PTR(*GETEVENTFUNC)(WPARAM wParam, LPARAM lParam); -typedef struct { - GETEVENTFUNC pfnAddEvent; -}GCPTRS; - class CMUCHighlight; // structs struct MODULEINFO : public GCModuleInfoBase { - DWORD idleTimeStamp; - DWORD lastIdleCheck; - wchar_t tszIdleMsg[60]; + DWORD idleTimeStamp; + DWORD lastIdleCheck; + wchar_t tszIdleMsg[60]; }; struct SESSION_INFO : public GCSessionInfoBase { - CChatRoomDlg *dat; - int iLogTrayFlags, iLogPopupFlags, iDiskLogFlags; + CChatRoomDlg *dat; + int iLogTrayFlags, iLogPopupFlags, iDiskLogFlags; }; struct LOGSTREAMDATA : public GCLogStreamDataBase @@ -69,22 +62,22 @@ struct LOGSTREAMDATA : public GCLogStreamDataBase struct TMUCSettings : public GlobalLogSettingsBase { - HICON hIconOverlay; - DWORD dwIconFlags; - LONG iNickListFontHeight; - int iEventLimitThreshold; - - HFONT UserListFonts[CHAT_STATUS_MAX]; - COLORREF UserListColors[CHAT_STATUS_MAX]; - - COLORREF nickColors[8]; - HBRUSH SelectionBGBrush; - bool bOpenInDefault, bBBCodeInPopups; - bool bDoubleClick4Privat, bShowContactStatus, bContactStatusFirst; - - bool bLogClassicIndicators, bAlternativeSorting, bAnnoyingHighlight, bCreateWindowOnHighlight; - bool bLogSymbols, bClassicIndicators, bClickableNicks, bColorizeNicks, bColorizeNicksInLog; - bool bScaleIcons, bUseCommaAsColon, bNewLineAfterNames; + HICON hIconOverlay; + DWORD dwIconFlags; + LONG iNickListFontHeight; + int iEventLimitThreshold; + + HFONT UserListFonts[CHAT_STATUS_MAX]; + COLORREF UserListColors[CHAT_STATUS_MAX]; + + COLORREF nickColors[8]; + HBRUSH SelectionBGBrush; + bool bOpenInDefault, bBBCodeInPopups; + bool bDoubleClick4Privat, bShowContactStatus, bContactStatusFirst; + + bool bLogClassicIndicators, bAlternativeSorting, bAnnoyingHighlight, bCreateWindowOnHighlight; + bool bLogSymbols, bClassicIndicators, bClickableNicks, bColorizeNicks, bColorizeNicksInLog; + bool bScaleIcons, bUseCommaAsColon, bNewLineAfterNames; CMUCHighlight* Highlight; }; -- cgit v1.2.3