Remove LocaleGuards from ARDOUR::ExportFormatSpecification state methods

All float <=> string conversions are performed by PBD::to_string/string_to via
XMLNode.
This commit is contained in:
Tim Mayberry 2016-09-04 21:26:11 +10:00
parent 810c6e7833
commit d5cf19d606

View file

@ -251,7 +251,6 @@ ExportFormatSpecification::~ExportFormatSpecification ()
XMLNode &
ExportFormatSpecification::get_state ()
{
LocaleGuard lg;
XMLNode * node;
XMLNode * root = new XMLNode ("ExportFormatSpecification");
@ -321,7 +320,6 @@ ExportFormatSpecification::set_state (const XMLNode & root)
{
XMLNode const * child;
string str;
LocaleGuard lg;
root.get_property ("name", _name);