summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_user_wizard.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-18 15:04:41 +0100
committerRobin Gareus <robin@gareus.org>2019-12-18 15:04:41 +0100
commit0aa3c587052ca297ee4519cebee352684fe0c6ba (patch)
tree97c4376da92bec2c3fd0ef790aa04eed80f1d523 /gtk2_ardour/new_user_wizard.h
parenta9f64848168693e3af6c8378c27d3cfa85a34b4c (diff)
Remove VST plugin discovery option from first-start wizard
Because (a) it makes the startup seem "very long and complicated", and (b) sometimes fails or crashes weirdly, or (c) a plugin dialog gets hidden behind the main window, or ... Overall the first impression of the program may be horrible when the first step includes discovering VST plugins.
Diffstat (limited to 'gtk2_ardour/new_user_wizard.h')
-rw-r--r--gtk2_ardour/new_user_wizard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/new_user_wizard.h b/gtk2_ardour/new_user_wizard.h
index 95e9e55239..2b7c0b67e3 100644
--- a/gtk2_ardour/new_user_wizard.h
+++ b/gtk2_ardour/new_user_wizard.h
@@ -57,7 +57,6 @@ private:
void on_apply ();
void on_cancel ();
bool on_delete_event (GdkEventAny*);
- void discover_plugins ();
Glib::RefPtr<Gdk::Pixbuf> icon_pixbuf;
@@ -98,7 +97,6 @@ private:
/* final page */
void setup_final_page ();
- Gtk::Button plugin_disco_button;
/* always there */