summaryrefslogtreecommitdiff
path: root/libs/ardour/panner.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-12-22 01:09:50 +0000
committerCarl Hetherington <carl@carlh.net>2009-12-22 01:09:50 +0000
commit06f094d4b64a826ddd71c970aaa1679867a75975 (patch)
treebf187b7f76ea1ea790afb3a428e286d53f259453 /libs/ardour/panner.cc
parentf450df300c9c057141a4caf79ff6dbfbf58492d9 (diff)
Fix crash when going from >2 outputs (2D panner) to <= 2 outputs.
git-svn-id: svn://localhost/ardour2/branches/3.0@6380 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/panner.cc')
-rw-r--r--libs/ardour/panner.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc
index 14f5a2038e..8ece75e551 100644
--- a/libs/ardour/panner.cc
+++ b/libs/ardour/panner.cc
@@ -894,8 +894,6 @@ Panner::reset (uint32_t nouts, uint32_t npans)
bool changed = false;
bool do_not_and_did_not_need_panning = ((nouts < 2) && (outputs.size() < 2));
- //cout << "Reset panner for " << nouts << " " << npans << "\n";
-
/* if new and old config don't need panning, or if
the config hasn't changed, we're done.
*/