fix transport issues when loop-is-mode is off.
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Feb 2015 15:33:20 +0000 (10:33 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 19 Feb 2015 15:33:33 +0000 (10:33 -0500)
commitaea700fbc45edf7dbda635a5106cf6268e54cb29
tree65802f502bccb0c544a518553e945c858c329209
parent3a63b785a9d46a36bf3c9176df397d8f5736f524
fix transport issues when loop-is-mode is off.

Session::unset_play_loop() needed to be a no-op if play loop was
already false, and this was exacerbated now that it potentially
schedules butler transport work.
libs/ardour/session_transport.cc