summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-17 01:46:00 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-17 01:46:00 +0000
commitd0cc6edadfd793b5207a63226402eedc15f101b4 (patch)
tree2472e68d15a25b9984b0d75c8cda8cf78ad70441 /libs
parent16e5bd5ce7911326167b987d776b58177f09f4bd (diff)
Fix error in last commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@6106 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 0 insertions, 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;
}