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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user