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 d6e2457025
commit e4dcd3b820

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.