diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-20 22:16:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-20 22:16:03 +0300 |
commit | 669b8ef306cb953e131065dc2fe512d03186cfba (patch) | |
tree | 62a67363d3d9b74fc7d130faf1d43364c1f087d6 /plugins/TabSRMM/src/globals.h | |
parent | 3885b24833bd32b282ac11749422ea241d551c0d (diff) |
tabSRMM: obsolete locale support code removed, because it doesn't work at all
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 1d8a9deba6..c3a0ce1217 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -85,7 +85,6 @@ public: bool m_bSendOnShiftEnter;
bool m_bSendOnEnter;
bool m_bSendOnDblEnter;
- bool m_bAutoLocaleSupport;
bool m_bAutoSwitchTabs;
bool m_bCutContactNameOnTabs;
bool m_bHideOnClose;
|