summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-02 19:18:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-02 19:19:22 -0400
commit8818e1887a6cdf21769d31720a70ecaf9d91b13a (patch)
treea4590b18845f901ceebd91019caccce8fbac5c38 /gtk2_ardour/mixer_strip.cc
parent54e8a21a09fec734400be1fa5a856f3a0a9580eb (diff)
there is no explicit "Remote Control ID" control anymore - all done by ordering in the GUI
Diffstat (limited to 'gtk2_ardour/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index f0f0235361..7ef34807a6 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -1646,9 +1646,6 @@ MixerStrip::build_route_ops_menu ()
denormal_menu_item = dynamic_cast<Gtk::CheckMenuItem *> (&items.back());
denormal_menu_item->set_active (_route->denormal_protection());
- items.push_back (SeparatorElem());
- items.push_back (MenuElem (_("Remote Control ID..."), sigc::mem_fun (*this, &RouteUI::open_remote_control_id_dialog)));
-
if (_route) {
/* note that this relies on selection being shared across editor and
mixer (or global to the backend, in the future), which is the only