From d39ae0ea922f4ada2999ea62c301a3034f9ee1b2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2020 10:55:58 -0600 Subject: remove #ifdef'ed code --- libs/ardour/session_transport.cc | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libs') diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index 04ba86902c..01920599da 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -315,22 +315,6 @@ Session::locate (samplepos_t target_sample, bool with_roll, bool with_flush, boo // located to start of loop - this is looping, basically -#if 0 - if (!have_looped) { - /* first time */ - if (_last_roll_location != al->start()) { - /* didn't start at loop start - playback must have - * started before loop since we've now hit the loop - * end. - */ - //cerr << "need locate\n"; - //add_post_transport_work (PostTransportLocate); - //need_butler = true; - } - - } -#endif - boost::shared_ptr rl = routes.reader(); for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) { -- cgit v1.2.3