Remove LocaleGuards from LadspaPlugin::set/add_state
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Jun 2017 11:23:56 +0000 (21:23 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commit8b10ed2478925ee71b2383ff8a38b9503e2642eb
treea7764f20c0c622f5e2f34169cfc4ddc4687868ca
parenta65c3ef28f9243067aab4d36bd75c91ea76f30a5
Remove LocaleGuards from LadspaPlugin::set/add_state

String <-> type conversion is being performed by the pbd/string_convert.h API
via PBD::XMLNode so LocaleGuards are not necessary.
libs/ardour/ladspa_plugin.cc