diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-09 14:12:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-09 14:12:20 +0300 |
commit | ae8e9d41f8b5cfb121d39143c31a8e19c0a4b9c1 (patch) | |
tree | 87013126d9fa30168bf271089e261b016f906905 /plugins/SmileyAdd/src/options.h | |
parent | 28df550d24979753fe8743e22a71defd89e6bbd7 (diff) |
SmileyAdd: obsolete option "Enable smileys" removed, because now we can control toolbar buttons for all plugins from the Options - Message sessions - toolbar
Diffstat (limited to 'plugins/SmileyAdd/src/options.h')
-rw-r--r-- | plugins/SmileyAdd/src/options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/options.h b/plugins/SmileyAdd/src/options.h index 7ffa3f0b94..73d1769186 100644 --- a/plugins/SmileyAdd/src/options.h +++ b/plugins/SmileyAdd/src/options.h @@ -40,7 +40,6 @@ public: bool DisableCustom;
bool HQScaling;
bool HorizontalSorting;
- unsigned ButtonStatus;
unsigned SelWndBkgClr;
unsigned MaxCustomSmileySize;
unsigned MinSmileySize;
|