13
0

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 482be1410b
commit 3c59d38f1c

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.