summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 078ef260c6..882694cccf 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -51,10 +51,6 @@ using namespace std;
void
Session::process (nframes_t nframes)
{
- // This is no more the appropriate place to call cycle
- // start. cycle_start needs to be called at the Route::roll()
- // where the signals which we want to mixdown have been calculated.
- //
MIDI::Manager::instance()->cycle_start(nframes);
_silent = false;