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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user