move engine dialog from a widget to an actual dialog; emit Session::AudioEngineSetupR...
[ardour.git] / gtk2_ardour / startup.h
index 5a95994c4e6b5d543f120e025d23e222d27da6a6..4dcc3a9fb217beac9c4dcd3c5cfc0aff749c59f9 100644 (file)
@@ -80,7 +80,6 @@ class ArdourStartup : public Gtk::Assistant {
        gint _response;
        bool config_modified;
        bool new_user;
-        bool need_audio_setup;
         bool need_session_info;
        bool new_only;
         std::string _provided_session_name;
@@ -173,11 +172,6 @@ class ArdourStartup : public Gtk::Assistant {
 
        void existing_session_selected ();
 
-       /* audio setup page */
-
-       void setup_audio_page ();
-       EngineControl* engine_dialog;
-
        /* new sessions */
 
        void setup_new_session_page ();