13
0

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:
Tim Mayberry 2016-09-04 22:22:09 +10:00
parent 5694d877aa
commit 0e3a132097

View File

@ -583,7 +583,6 @@ Session::immediately_post_engine ()
}
try {
LocaleGuard lg;
BootMessage (_("Set up LTC"));
setup_ltc ();
BootMessage (_("Set up Click"));