OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / startup.h
index c5a9a30162750a51aab5f401775da32d35ca6305..74e0aee6b8835471ad861b5b819f1661dff292c0 100644 (file)
@@ -60,11 +60,10 @@ class ArdourStartup : public Gtk::Assistant {
        bool config_modified;
        bool new_user;
 
-        static std::string been_here_before_path ();
-
        void on_apply ();
        void on_cancel ();
        bool on_delete_event (GdkEventAny*);
+       void discover_plugins ();
 
        static ArdourStartup *the_startup;
 
@@ -103,7 +102,7 @@ class ArdourStartup : public Gtk::Assistant {
        /* final page */
 
        void setup_final_page ();
-       Gtk::Label final_page;
+       Gtk::Button plugin_disco_button;
 
        /* always there */
 
@@ -119,9 +118,6 @@ class ArdourStartup : public Gtk::Assistant {
        gint final_page_index;
 
        void move_along_now ();
-
-        void setup_prerelease_page ();
-
 };
 
 #endif /* __gtk2_ardour_startup_h__ */