mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Remove LocaleGuard from AudioFileSource::get_state
Not necessary when using XMLNode::set_property API
This commit is contained in:
parent
47b1f0869b
commit
2e4277ad7b
1 changed files with 0 additions and 1 deletions
|
|
@ -207,7 +207,6 @@ AudioFileSource::get_soundfile_info (const string& path, SoundFileInfo& _info, s
|
||||||
XMLNode&
|
XMLNode&
|
||||||
AudioFileSource::get_state ()
|
AudioFileSource::get_state ()
|
||||||
{
|
{
|
||||||
LocaleGuard lg;
|
|
||||||
XMLNode& root (AudioSource::get_state());
|
XMLNode& root (AudioSource::get_state());
|
||||||
root.set_property (X_("channel"), _channel);
|
root.set_property (X_("channel"), _channel);
|
||||||
root.set_property (X_("origin"), _origin);
|
root.set_property (X_("origin"), _origin);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue