summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.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/route_time_axis.cc
parent54e8a21a09fec734400be1fa5a856f3a0a9580eb (diff)
there is no explicit "Remote Control ID" control anymore - all done by ordering in the GUI
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 75ea85391c..1121dea382 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -590,11 +590,6 @@ RouteTimeAxisView::build_display_menu ()
}
build_size_menu ();
items.push_back (MenuElem (_("Height"), *_size_menu));
-
- items.push_back (SeparatorElem());
-
- items.push_back (MenuElem (_("Remote Control ID..."), sigc::mem_fun (*this, &RouteUI::open_remote_control_id_dialog)));
- items.back().set_sensitive (_editor.get_selection().tracks.size() <= 1);
items.push_back (SeparatorElem());
// Hook for derived classes to add type specific stuff