mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 15:38:19 +01:00
Remove LocaleGuard from ARDOUR::AutomationList class
All float conversions are using PBD::to_string/string_to via XMLNode::get/set_property API
This commit is contained in:
parent
19356f73f5
commit
f6529c7bde
1 changed files with 0 additions and 2 deletions
|
|
@ -332,7 +332,6 @@ XMLNode&
|
|||
AutomationList::state (bool full)
|
||||
{
|
||||
XMLNode* root = new XMLNode (X_("AutomationList"));
|
||||
LocaleGuard lg;
|
||||
|
||||
root->set_property ("automation-id", EventTypeMap::instance().to_symbol(_parameter));
|
||||
root->set_property ("id", id());
|
||||
|
|
@ -444,7 +443,6 @@ AutomationList::deserialize_events (const XMLNode& node)
|
|||
int
|
||||
AutomationList::set_state (const XMLNode& node, int version)
|
||||
{
|
||||
LocaleGuard lg;
|
||||
XMLNodeList nlist = node.children();
|
||||
XMLNode* nsos;
|
||||
XMLNodeIterator niter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue