Remove LocaleGuards from Editor class
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 22:02:36 +0000 (08:02 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commit2b0adc8f751e3639407908300a14d6dd39e87b53
tree2308093fb008bb6ce56f035e3eb79d7322b6d685
parent1170bd9043dc7cd9bdd534c7b75b2f2175e3e3c8
Remove LocaleGuards from Editor class

All float <=> string conversions are now done using locale independent
PBD::to_string/string_to() via XMLNode::get/set_property
gtk2_ardour/editor.cc