summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-07 12:20:40 +0200
committerRobin Gareus <robin@gareus.org>2016-05-07 12:20:40 +0200
commita6e449448210dacf29ed5cfa040014fe06d8eaa3 (patch)
tree375dd53a686b31ad5b85d251249a4157a501e0c4 /libs/ardour/session_state.cc
parent6d343ba3c607f5210ae03edb17ba51d662c7f79b (diff)
Revert "Add a global state localeguard (and one for route templates)"
This reverts commit 2b7a047e92bc5ebe3287860ff9c9f2fb0acb193c.
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index adffb5cbee..764ce16f26 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -1037,7 +1037,6 @@ Session::get_template()
XMLNode&
Session::state (bool full_state)
{
- LocaleGuard lg ();
XMLNode* node = new XMLNode("Session");
XMLNode* child;
@@ -1299,7 +1298,6 @@ Session::get_control_protocol_state ()
int
Session::set_state (const XMLNode& node, int version)
{
- LocaleGuard lg ();
XMLNodeList nlist;
XMLNode* child;
XMLProperty const * prop;