Remove LocaleGuard from Session::load_options

PBD::ConfigVariable uses PBD::to_string/string_to methods so this LocaleGuard
is no longer necessary.
This commit is contained in:
Tim Mayberry 2017-06-16 10:56:15 +10:00
parent cf839c1277
commit 8ffc44bfdd

View file

@ -1023,7 +1023,6 @@ Session::load_state (string snapshot_name)
int
Session::load_options (const XMLNode& node)
{
LocaleGuard lg;
config.set_variables (node);
return 0;
}