X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fio.cc;h=1be47f35bfc01c2698b1f5a137fa3675c4b6de43;hb=eb5161b6012a73eae0a288d71727edcfd161d16a;hp=2dcc9d53a7f71c9510fb7de98d6f99eeaa8cd5b3;hpb=6ab970efa35ee9ff01c5a68b42699945074198a8;p=ardour.git diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index 2dcc9d53a7..1be47f35bf 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -553,7 +553,6 @@ IO::state (bool /*full_state*/) { XMLNode* node = new XMLNode (state_node_name); int n; - LocaleGuard lg; Glib::Threads::Mutex::Lock lm (io_lock); node->set_property ("name", name()); @@ -616,9 +615,6 @@ IO::set_state (const XMLNode& node, int version) */ assert (version >= 3000); - XMLNodeConstIterator iter; - LocaleGuard lg; - /* force use of non-localized representation of decimal point, since we use it a lot in XML files and so forth. */