From 5da5a1c100be8e50aefc464d6d93c5d3eb76a07c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 23 Feb 2011 01:04:58 +0000 Subject: [PATCH] Remove duplicate Automation menu entry. git-svn-id: svn://localhost/ardour2/branches/3.0@8936 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.cc | 4 ---- 1 file changed, 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()); }