mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
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:
parent
482be1410b
commit
3c59d38f1c
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue