mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Remove menu items that do nothing (#2451).
git-svn-id: svn://localhost/ardour2/branches/3.0@8900 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
22870bdc49
commit
fb41ea0724
1 changed files with 0 additions and 2 deletions
|
|
@ -361,13 +361,11 @@ Editor::popup_ruler_menu (framepos_t where, ItemType t)
|
|||
|
||||
case TempoBarItem:
|
||||
ruler_items.push_back (MenuElem (_("New Tempo"), sigc::bind ( sigc::mem_fun(*this, &Editor::mouse_add_new_tempo_event), where)));
|
||||
ruler_items.push_back (MenuElem (_("Clear tempo")));
|
||||
ruler_items.push_back (SeparatorElem ());
|
||||
break;
|
||||
|
||||
case MeterBarItem:
|
||||
ruler_items.push_back (MenuElem (_("New Meter"), sigc::bind ( sigc::mem_fun(*this, &Editor::mouse_add_new_meter_event), where)));
|
||||
ruler_items.push_back (MenuElem (_("Clear meter")));
|
||||
ruler_items.push_back (SeparatorElem ());
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue