Remove LocaleGuard from ARDOUR::MonitorProcessor state method
All float <=> string conversions are done using PBD::to_string/string_to via XMLNode and LocaleGuard is not necessary.
This commit is contained in:
parent
1a39da25e4
commit
f8abdd9cdf
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user