mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 23:18:20 +01:00
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:
parent
cf839c1277
commit
8ffc44bfdd
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue