Remove LocaleGuard from ARDOUR::IO class state methods
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 10:51:06 +0000 (20:51 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commiteb5161b6012a73eae0a288d71727edcfd161d16a
treea7930db05d95cdbf7e3e308dd9c0dc78d41b595b
parent6ab970efa35ee9ff01c5a68b42699945074198a8
Remove LocaleGuard from ARDOUR::IO class state methods

There are no float <=> string conversions that require a LocaleGuard and all
conversions are performed using PBD::to_string/string_to via XMLNode
libs/ardour/io.cc