From 0e3a132097dacd58a73e40f68ac815005bb0a43a Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 4 Sep 2016 22:22:09 +1000 Subject: [PATCH] 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. --- libs/ardour/session.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index cae5a5257b..b6d4bb988c 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -583,7 +583,6 @@ Session::immediately_post_engine () } try { - LocaleGuard lg; BootMessage (_("Set up LTC")); setup_ltc (); BootMessage (_("Set up Click"));