Remove LocaleGuard from ARDOUR::MidiTrack class

There are no float <=> string conversions and they are all now performed using
PBD::to_string/string_to via XMLNode
This commit is contained in:
Tim Mayberry 2016-09-04 21:36:14 +10:00
parent 23b9afa520
commit b617b9d1da

View File

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