From 0aa3c587052ca297ee4519cebee352684fe0c6ba Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 18 Dec 2019 15:04:41 +0100 Subject: 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. --- gtk2_ardour/new_user_wizard.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/new_user_wizard.h') 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 icon_pixbuf; @@ -98,7 +97,6 @@ private: /* final page */ void setup_final_page (); - Gtk::Button plugin_disco_button; /* always there */ -- cgit v1.2.3