Remove LocaleGuards from ARDOUR::Session transport related methods
authorTim Mayberry <mojofunk@gmail.com>
Sun, 4 Sep 2016 12:38:41 +0000 (22:38 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 22 Jun 2017 00:48:38 +0000 (10:48 +1000)
commitf59771142807601e0a78e268c48765333b83713b
tree7ad8869358e8bbe20dd0b693a1bf66724f72af26
parent5c5cfac4a3c6fcb1e901a354838ca1aab7f75ce6
Remove LocaleGuards from ARDOUR::Session transport related methods

ARDOUR::AutomationList is no longer using LocaleGuards as float <=> string
conversion is using PBD::to_string/string_to so the reason for adding these
guards as per comment no longer applies.
libs/ardour/session_transport.cc