diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index f0a6f31471..491013f98b 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -1145,9 +1145,11 @@ Editor::build_marker_menu (Location* loc) items.push_back (SeparatorElem()); if (!loc->is_cue_marker()) { +#ifndef LIVETRAX items.push_back (MenuElem (_("Create Range to Next Marker"), sigc::mem_fun(*this, &Editor::marker_menu_range_to_next))); items.push_back (MenuElem (_("Promote to Time Origin"), sigc::mem_fun(*this, &Editor::marker_menu_set_origin))); +#endif items.push_back (MenuElem (_("Rename..."), sigc::mem_fun(*this, &Editor::marker_menu_rename))); items.push_back (CheckMenuElem (_("Lock")));