Remove LocaleGuard from ARDOUR::PannerShell

All Panner implementations using PBD::to_string/string_to for float <=> string
conversion and no longer require a LocaleGuard.
This commit is contained in:
Tim Mayberry 2016-09-04 22:49:07 +10:00
parent 97bf86457f
commit 2e0b5cf17c

View File

@ -173,7 +173,6 @@ PannerShell::set_state (const XMLNode& node, int version)
XMLNodeConstIterator niter;
bool yn;
std::string str;
LocaleGuard lg;
if (node.get_property (X_("bypassed"), yn)) {
set_bypassed (yn);