diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-10 16:48:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-10 16:48:42 +0300 |
commit | 1aaf889da0e0c577cb9d81cb118d06f4deabe925 (patch) | |
tree | 2091f29a01e72c8f869112a27e70d9a84c9a6c14 /plugins/TabSRMM/src/chat.h | |
parent | 8f7b9a76a69cbe33a9050171a1e139d726857ca1 (diff) |
unused setting removed
Diffstat (limited to 'plugins/TabSRMM/src/chat.h')
-rw-r--r-- | plugins/TabSRMM/src/chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h index e42674d2d0..7d26ac9b29 100644 --- a/plugins/TabSRMM/src/chat.h +++ b/plugins/TabSRMM/src/chat.h @@ -64,7 +64,6 @@ struct TMUCSettings : public GlobalLogSettingsBase HICON hIconOverlay;
DWORD dwIconFlags;
LONG iNickListFontHeight;
- int iEventLimitThreshold;
HFONT UserListFonts[CHAT_STATUS_MAX];
COLORREF UserListColors[CHAT_STATUS_MAX];
|