13
0

Revert "explicitly shutdown engine at exit"

This reverts commit c12b7bc9d8.

ARDOUR_UI::finish() already does this.
This commit is contained in:
Robin Gareus 2015-03-09 18:31:25 +01:00
parent 03160ee182
commit 63c4f8ad3f

View File

@ -301,7 +301,6 @@ int main (int argc, char *argv[])
}
ui->run (text_receiver);
ui->disconnect_from_engine();
Gtkmm2ext::Application::instance()->cleanup();
delete ui;
ui = 0;