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 00803ca69b
commit e4b5a84211

View file

@ -172,7 +172,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());