From d0cc6edadfd793b5207a63226402eedc15f101b4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Nov 2009 01:46:00 +0000 Subject: [PATCH] Fix error in last commit. git-svn-id: svn://localhost/ardour2/branches/3.0@6106 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route.cc | 2 -- 1 file changed, 2 deletions(-) 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; }