Remove LocaleGuard from MixerUI class
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 23:06:17 +0000 (09:06 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commit85732a66e34bf1ee21463a662b54eab545c394e1
treec0913e06f5ec158dea70106571941fd05da11f92
parent4e385b44a61c394bad5cd9a334011cd70e59a4a0
Remove LocaleGuard from MixerUI class

The float <=> string conversions that this guard was protecting are now using
PBD::to_string/string_to() via XMLNode::get/set_property()
gtk2_ardour/mixer_ui.cc