remove unnecessary duplicate loading of GTK RC file
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 29 Jun 2016 05:23:12 +0000 (01:23 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 29 Jun 2016 05:23:12 +0000 (01:23 -0400)
gtk2_ardour/ardour_ui.cc

index 1a6e301ccc3f66ad90ec68cde4ea62c3b81b2d95..22be829f2ba54e324be4d9cdf3a228344432d9bb 100644 (file)
@@ -491,10 +491,6 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
        /* do not retain position for add route dialog */
        add_route_dialog.set_state_mask (WindowProxy::Size);
 
-       /* Trigger setting up the color scheme and loading the GTK RC file */
-
-       UIConfiguration::instance().load_rc_file (false);
-
        _process_thread = new ProcessThread ();
        _process_thread->init ();