Remove LocaleGuard from ARDOUR::Pannable class

string <=> float conversions are using PBD::to_string/string_to and no longer
require a LocaleGuard
This commit is contained in:
Tim Mayberry 2016-09-04 22:47:32 +10:00
parent 198b28cbad
commit 97bf86457f

View File

@ -193,7 +193,6 @@ Pannable::get_state ()
XMLNode&
Pannable::state (bool /*full*/)
{
LocaleGuard lg;
XMLNode* node = new XMLNode (X_("Pannable"));
node->add_child_nocopy (pan_azimuth_control->get_state());