mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +01:00
Remove LocaleGuard from Session::immediately_post_engine method
I think this was only to protect the float <=> string conversion in Session::setup_click_state related to click gain which is now using PBD::to_string/string_to and so no longer necessary.
This commit is contained in:
parent
5694d877aa
commit
0e3a132097
1 changed files with 0 additions and 1 deletions
|
|
@ -583,7 +583,6 @@ Session::immediately_post_engine ()
|
|||
}
|
||||
|
||||
try {
|
||||
LocaleGuard lg;
|
||||
BootMessage (_("Set up LTC"));
|
||||
setup_ltc ();
|
||||
BootMessage (_("Set up Click"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue