From 5694d877aaf4e69c90f76aa592e110289cbe81c6 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 4 Sep 2016 22:13:14 +1000 Subject: [PATCH] Remove LocaleGuard from ARDOUR::Route class Route and all members are now using locale independent string <=> float conversions. --- libs/ardour/route.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index c9aafc400b..f3c0c6c2d6 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -2311,7 +2311,6 @@ Route::get_template() XMLNode& Route::state(bool full_state) { - LocaleGuard lg; if (!_session._template_state_dir.empty()) { foreach_processor (sigc::bind (sigc::mem_fun (*this, &Route::set_plugin_state_dir), _session._template_state_dir)); }