L: remove some esoteric range marker actions
This commit is contained in:
parent
aa99474823
commit
8ee314385d
@ -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)));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user