move all responsibility for autostart into StartupFSM and out of engine dialog

This commit is contained in:
Paul Davis 2019-11-06 17:35:30 -07:00
parent 88c4158c03
commit eda27cc3de
3 changed files with 23 additions and 22 deletions

View file

@ -55,7 +55,6 @@ public:
bool set_state (const XMLNode&);
void set_desired_sample_rate (uint32_t);
bool try_autostart ();
private:
Gtk::Notebook notebook;