Remove LocaleGuard from Plugin::get_state
[ardour.git] / libs / ardour / monitor_processor.cc
index 8160b7d1c7eed5e5134d4731288d66bb4adfc05a..1c6f7378c1c355548564a1e95e9f046cf2d9a5f2 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "pbd/error.h"
-#include "pbd/locale_guard.h"
 #include "pbd/xml++.h"
 
 #include "ardour/amp.h"
@@ -221,7 +220,6 @@ MonitorProcessor::set_state (const XMLNode& node, int version)
 XMLNode&
 MonitorProcessor::state (bool full)
 {
-       LocaleGuard lg;
        XMLNode& node(Processor::state(full));
 
        /* this replaces any existing "type" property */