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 94179d3f23
commit 19356f73f5

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