From e3ff81efcb1416424031b9b32f7012f722e504af Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Sep 2024 10:54:33 -0600 Subject: [PATCH] remove dangling line of code that does nothing --- libs/ardour/route.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 9c7056bd03..ca4dc2f87c 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5438,7 +5438,6 @@ Route::setup_invisible_processors () } if (_disk_reader) { new_processors.push_front (_disk_reader); - new_processors.begin(); } } break;