13
0

L: remove some esoteric range marker actions

This commit is contained in:
Ben Loftis 2024-06-07 12:04:37 -05:00
parent aa99474823
commit 8ee314385d

View File

@ -1201,9 +1201,13 @@ Editor::build_range_marker_menu (Location* loc, bool loop_or_punch, bool session
items.push_back (MenuElem (_("Export Range..."), sigc::mem_fun(*this, &Editor::export_range)));
items.push_back (SeparatorElem());
#ifndef LIVETRAX
items.push_back (MenuElem (_("Promote to Time Origin"), sigc::mem_fun(*this, &Editor::marker_menu_set_origin)));
#endif
if (!loop_or_punch_or_session) {
#ifndef LIVETRAX
items.push_back (MenuElem (_("Hide Range"), sigc::mem_fun(*this, &Editor::marker_menu_hide)));
#endif
items.push_back (MenuElem (_("Rename Range..."), sigc::mem_fun(*this, &Editor::marker_menu_rename)));
}