summaryrefslogtreecommitdiff
path: root/gtk2_ardour/send_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/send_ui.cc')
-rw-r--r--gtk2_ardour/send_ui.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk2_ardour/send_ui.cc b/gtk2_ardour/send_ui.cc
index b10bd96ea9..5b7bd10750 100644
--- a/gtk2_ardour/send_ui.cc
+++ b/gtk2_ardour/send_ui.cc
@@ -52,10 +52,7 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr<Send> s, Session* session
_vbox.set_border_width (5);
_vbox.pack_start (_hbox, false, false, false);
- // until sends have their own Pannable, don't show this
- // because it controls the Route Pannable which confuses
- // users (among others)
- // _vbox.pack_start (_panners, false, false);
+ _vbox.pack_start (_panners, false, false);
io = Gtk::manage (new IOSelector (parent, session, s->output()));