diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 24556308d9..ac51bcff97 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -1419,8 +1419,6 @@ Route::configure_processors_unlocked (ProcessorStreams* err) configuration */ _session.ensure_buffers (n_process_buffers ()); - _session.ensure_buffers (n_process_buffers ()); - _in_configure_processors = false; return 0; }