summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/audioengine.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/audioengine.cc b/libs/ardour/audioengine.cc
index c70a48725a..cdab68b2f5 100644
--- a/libs/ardour/audioengine.cc
+++ b/libs/ardour/audioengine.cc
@@ -352,7 +352,6 @@ AudioEngine::process_callback (pframes_t nframes)
}
if (!_running) {
- PortManager::cycle_end (nframes);
_processed_frames = next_processed_frames;
return 0;
}