Expose RTA in main and context menu

This commit is contained in:
Robin Gareus 2025-06-13 17:37:34 +02:00
parent 86a0bfdeab
commit 3b3ce7e3ea
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 0 additions and 4 deletions

View file

@ -690,9 +690,7 @@
</menu>
<!-- Common Ardour Widows (all toggle) !-->
<menuitem action='toggle-meterbridge'/>
#ifndef NDEBUG
<menuitem action='toggle-rtawindow'/>
#endif
<menuitem action='toggle-locations'/>
<menuitem action='toggle-big-clock'/>
<menuitem action='toggle-big-transport'/>

View file

@ -1140,7 +1140,6 @@ MixerStrip::build_route_ops_menu ()
denormal_menu_item->set_active (_route->denormal_protection());
}
#ifndef NDEBUG
if (active && !is_singleton ()) {
items.push_back (CheckMenuElem (_("RTA")));
Gtk::CheckMenuItem* i = dynamic_cast<Gtk::CheckMenuItem *> (&items.back());
@ -1155,7 +1154,6 @@ MixerStrip::build_route_ops_menu ()
}
});
}
#endif
/* Disk I/O */