mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Revert "split EngineDialog into a widget and a dialog"
This reverts commit f74ffd5a9202adda4b34e9c8733a0503a0dfeeeb.
This commit is contained in:
parent
38bbae3b7f
commit
d9ee6400df
9 changed files with 95 additions and 165 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue