summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index acd5149e3b..22d9713486 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -926,10 +926,6 @@ Route::add_processors (const ProcessorList& others, boost::shared_ptr<Processor>
loc = _processors.end ();
}
- if (!AudioEngine::instance()->connected()) {
- return 1;
- }
-
if (others.empty()) {
return 0;
}