From 1a39da25e4fdba1110910923a854f618317aa9ef Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 4 Sep 2016 22:04:00 +1000 Subject: Remove LocaleGuard from ARDOUR::RCConfiguration class This presumes that all ControlProtocol implementations either use PBD::to_string/string_to for float <=> string conversions, which is now the case. --- libs/ardour/rc_configuration.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/rc_configuration.cc') diff --git a/libs/ardour/rc_configuration.cc b/libs/ardour/rc_configuration.cc index e16bf40fb7..d6b6d02f1a 100644 --- a/libs/ardour/rc_configuration.cc +++ b/libs/ardour/rc_configuration.cc @@ -173,7 +173,6 @@ XMLNode& RCConfiguration::get_state () { XMLNode* root; - LocaleGuard lg; root = new XMLNode("Ardour"); @@ -194,7 +193,6 @@ XMLNode& RCConfiguration::get_variables () { XMLNode* node; - LocaleGuard lg; node = new XMLNode ("Config"); @@ -221,7 +219,6 @@ RCConfiguration::set_state (const XMLNode& root, int version) XMLNodeList nlist = root.children(); XMLNodeConstIterator niter; XMLNode *node; - LocaleGuard lg; Stateful::save_extra_xml (root); -- cgit v1.2.3