diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-20 22:53:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-20 22:53:31 +0300 |
commit | 682e3d3a5273d723e51325612c387ccdd236bfaa (patch) | |
tree | 898e696bf8fb87a2d1532132a76126bf34670d2e /plugins/TabSRMM/src/globals.h | |
parent | 669b8ef306cb953e131065dc2fe512d03186cfba (diff) |
tabSRMM: unused option removed
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index c3a0ce1217..6239635fb0 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -97,7 +97,6 @@ public: bool m_bFlashOnClist;
bool m_bAlwaysFullToolbarWidth;
bool m_bIdleDetect;
- bool m_bDontUseDefaultKbd;
int m_MsgTimeout;
int m_EscapeCloses;
|