summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-23 01:04:58 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-23 01:04:58 +0000
commit5da5a1c100be8e50aefc464d6d93c5d3eb76a07c (patch)
treef3c319a552ebb35180933e6d762add46097b223b
parent6f2078a0e2f4aac36406e951d8accc67f376d098 (diff)
Remove duplicate Automation menu entry.
git-svn-id: svn://localhost/ardour2/branches/3.0@8936 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/route_time_axis.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index d06c2a6ae7..035043b887 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -450,10 +450,6 @@ RouteTimeAxisView::build_display_menu ()
if (!Profile->get_sae()) {
items.push_back (MenuElem (_("Remote Control ID..."), sigc::mem_fun (*this, &RouteUI::open_remote_control_id_dialog)));
- /* rebuild this every time */
- build_automation_action_menu ();
- detach_menu (*automation_action_menu);
- items.push_back (MenuElem (_("Automation"), *automation_action_menu));
items.push_back (SeparatorElem());
}