mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
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:
parent
94179d3f23
commit
19356f73f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue