Remove LocaleGuards from ARDOUR::Speakers class
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 12:40:47 +0000 (22:40 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commit8d039d3211d4ee62fd74cccd4a8e1ffdc6c8a361
treea6d27b4dfc636e8e6861856df0141b10d1c24cb4
parentf59771142807601e0a78e268c48765333b83713b
Remove LocaleGuards from ARDOUR::Speakers class

float <=> string conversions are now using PBD::to_string/string_to via XMLNode
for locale independent conversion and these guards are not necessary.
libs/ardour/speakers.cc