Revert "split EngineDialog into a widget and a dialog"

This reverts commit f74ffd5a9202adda4b34e9c8733a0503a0dfeeeb.
This commit is contained in:
Paul Davis 2024-04-24 22:21:21 -06:00
parent 38bbae3b7f
commit d9ee6400df
9 changed files with 95 additions and 165 deletions

View file

@ -191,9 +191,3 @@ ArdourDialog::set_ui_sensitive (bool yn)
{
_sensitive = yn;
}
void
ArdourDialog::add_widget_action (Gtk::Widget& w)
{
get_action_area()->add (w);
}