13
0

remove unnecessary duplicate loading of GTK RC file

This commit is contained in:
Paul Davis 2016-06-29 01:23:12 -04:00
parent b2be7cb6bd
commit 694d805bb0

View 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 ();