summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-20 22:12:18 +0200
committerRobin Gareus <robin@gareus.org>2017-04-20 22:12:18 +0200
commitd4f91010c37a3ce185bb3c8bcf6453503eccd2b2 (patch)
treea8f0ae9bea5136efe828334185c0e07568d69f77 /gtk2_ardour/rc_option_editor.h
parent9218ccb3b2717d58a98c098fc6810f5bf39999f2 (diff)
Do not set C++ locale.
Ardour translations and GUI string formatting only depends on the C locale. Modifying the C++ locale may produce erratic results on various systems (in particular OSX and macOS) and cause incompatibilies with plugins.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index e0d0116c36..d6c5bed4a7 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -60,7 +60,6 @@ private:
Gtk::Adjustment* _ltc_volume_adjustment;
BoolOption* _ltc_send_continuously;
BoolOption* _plugin_prefer_inline;
- ComboOption<ARDOUR::LocaleMode>* _l10n;
PBD::ScopedConnection parameter_change_connection;
PBD::ScopedConnection engine_started_connection;