summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-24 20:49:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-09-24 20:50:01 +0300
commit308aa7c5fbd0a6d8f5fadd9a85b1bfe39fbdb08b (patch)
treed846377c38184f74e1edd32b724377d824b789c3 /plugins/TabSRMM/src/chat.h
parent87688568055a37961b1fa9cfe31cfaef064d3e1c (diff)
tabSRMM: death of proprietary option tree
Diffstat (limited to 'plugins/TabSRMM/src/chat.h')
-rw-r--r--plugins/TabSRMM/src/chat.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h
index a326144485..42df2909a2 100644
--- a/plugins/TabSRMM/src/chat.h
+++ b/plugins/TabSRMM/src/chat.h
@@ -71,11 +71,9 @@ struct TMUCSettings : public GlobalLogSettingsBase
COLORREF nickColors[8];
HBRUSH SelectionBGBrush;
- bool bOpenInDefault, bBBCodeInPopups;
- bool bLogClassicIndicators, bAlternativeSorting, bAnnoyingHighlight, bCreateWindowOnHighlight;
- bool bLogSymbols, bClassicIndicators, bClickableNicks, bColorizeNicks, bColorizeNicksInLog;
- bool bScaleIcons, bNewLineAfterNames;
+ bool bLogSymbols, bScaleIcons, bClickableNicks, bLogClassicIndicators, bColorizeNicksInLog;
+ bool bNewLineAfterNames, bAlternativeSorting, bColorizeNicks, bClassicIndicators;
CMUCHighlight *Highlight;