remove unusued "MIDI underlay" cruft

This commit is contained in:
Paul Davis 2022-12-26 20:56:13 -07:00
parent 0b050c47e4
commit 2797ea9666
9 changed files with 5 additions and 176 deletions

View file

@ -1651,10 +1651,6 @@ Editor::popup_track_context_menu (int button, int32_t time, ItemType item_type,
}
if (item_type == StreamItem && clicked_routeview) {
clicked_routeview->build_underlay_menu(menu);
}
/* When the region menu is opened, we setup the actions so that they look right
in the menu.
*/