13
0

Remove LocaleGuard from ARDOUR::Region class

Property conversions <=> string use PBD::to_string/string_to so float
conversions don't need to be protected by a LocaleGuard
This commit is contained in:
Tim Mayberry 2016-09-04 21:11:14 +10:00
parent ffe0bbe0ab
commit cfd78ab07b

View File

@ -1258,7 +1258,6 @@ Region::state ()
{
XMLNode *node = new XMLNode ("Region");
char buf2[64];
LocaleGuard lg;
/* custom version of 'add_properties (*node);'
* skip values that have have dedicated save functions