13
0

Remove LocaleGuard from ARDOUR::AudioTrack class

The gain property float <=> string conversion is now performed using
PBD::to_string/string_to via XMLNode
This commit is contained in:
Tim Mayberry 2016-09-04 21:03:51 +10:00
parent 2e4277ad7b
commit 11b4da078a

View File

@ -268,7 +268,6 @@ AudioTrack::set_state_part_two ()
{
XMLNode* fnode;
XMLProperty const * prop;
LocaleGuard lg;
/* This is called after all session state has been restored but before
have been made ports and connections are established.