summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-21 00:16:36 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-21 00:16:36 +0000
commit9ac5fdfefb56ed42fd6b0b3ec90e5ab87c7a0595 (patch)
treee775f43a3abdfbcdd1ea9cf62ba18ccd7a07f1f0 /gtk2_ardour/route_time_axis.cc
parent279c9d8b4ccc70397ba709c7084133a83b5196fa (diff)
Don't show Crossfade-related menu items on busses.
git-svn-id: svn://localhost/ardour2/branches/3.0@8913 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 3f9e40cf76..f087e1fccc 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -458,7 +458,6 @@ RouteTimeAxisView::build_display_menu ()
// Hook for derived classes to add type specific stuff
append_extra_display_menu_items ();
- items.push_back (SeparatorElem());
if (is_track()) {