mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
remove #ifdef'ed code
This commit is contained in:
parent
615b1c4a4a
commit
d39ae0ea92
1 changed files with 0 additions and 16 deletions
|
|
@ -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<RouteList> rl = routes.reader();
|
||||
|
||||
for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue