mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 09:26:30 +01:00
trigger_ui: remove unused menu entry
This commit is contained in:
parent
f16c99ddb8
commit
540a85cbbd
1 changed files with 0 additions and 1 deletions
|
|
@ -393,7 +393,6 @@ TriggerMaster::context_menu ()
|
|||
_ignore_menu_action = false;
|
||||
}
|
||||
|
||||
items.push_back (MenuElem (_("Enable/Disable..."), sigc::mem_fun (*this, &TriggerMaster::maybe_update))); // TODO
|
||||
items.push_back (MenuElem (_("Set All Follow Actions..."), *follow_menu));
|
||||
items.push_back (MenuElem (_("Set All Launch Styles..."), *launch_menu));
|
||||
items.push_back (MenuElem (_("Set All Quantizations..."), *quant_menu));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue