summaryrefslogtreecommitdiff
path: root/libs/ardour/panner_shell.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-01-27 23:00:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-01-27 23:00:17 +0000
commitb17dc03047f6edde97084d9a2ba4344dc0679c62 (patch)
tree2fc2815119f35f511cf93abd800c69f2236d7d1f /libs/ardour/panner_shell.cc
parentd116af22db3c0e0cf6aeff6194a689d8bfad7c8c (diff)
"Listen" delivery processors (i.e. monitor out) never get their own panner; Route calls Pannable::set_panner() so that it is always the panner for the main outs that controls the Route's own Pannable
git-svn-id: svn://localhost/ardour2/branches/3.0@8591 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/panner_shell.cc')
-rw-r--r--libs/ardour/panner_shell.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/panner_shell.cc b/libs/ardour/panner_shell.cc
index 7963682bcf..ffe8e66ceb 100644
--- a/libs/ardour/panner_shell.cc
+++ b/libs/ardour/panner_shell.cc
@@ -104,11 +104,6 @@ PannerShell::configure_io (ChanCount in, ChanCount out)
_panner.reset (pi->descriptor.factory (_pannable, _session.get_speakers()));
_panner->configure_io (in, out);
- /* PANNER_HACKS: only the real owner should be able to claim the pannable
- */
-
- _pannable->set_panner (_panner);
-
Changed (); /* EMIT SIGNAL */
}