Remove LocaleGuard from ARDOUR_UI::save_ardour_state method

All float <=> string conversions are now done using PBD::to_string/string_to()
in ConfigVariable class or via XMLNode::get/set_property()
This commit is contained in:
Tim Mayberry 2016-09-05 09:35:03 +10:00
parent e6d2eef929
commit 7e3a970c1e

View File

@ -767,7 +767,6 @@ ARDOUR_UI::save_ardour_state ()
a different lifetime model from add_instant_xml().
*/
LocaleGuard lg; // one guard to rule them all
XMLNode* node = new XMLNode (keyboard->get_state());
Config->add_extra_xml (*node);