debug instrumentation for locate time
[ardour.git] / libs / ardour / ladspa_plugin.cc
index 1682db32736157faa613fd692b5e1b05042c4ca6..3100b0891ffac69e225ceb1cbcf5326e5bed9e4d 100644 (file)
@@ -348,7 +348,6 @@ void
 LadspaPlugin::add_state (XMLNode* root) const
 {
        XMLNode *child;
-       LocaleGuard lg;
 
        for (uint32_t i = 0; i < parameter_count(); ++i){
 
@@ -375,7 +374,6 @@ LadspaPlugin::set_state (const XMLNode& node, int version)
        XMLNodeConstIterator iter;
        XMLNode *child;
 #endif
-       LocaleGuard lg;
 
        if (node.name() != state_node_name()) {
                error << _("Bad node sent to LadspaPlugin::set_state") << endmsg;