mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
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:
parent
810c6e7833
commit
d5cf19d606
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue