Remove NO-OP, ProcessThread::init() does nothing

This commit is contained in:
Robin Gareus 2019-09-09 18:43:57 +02:00
parent 7afb068fa6
commit d59aa81b39
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -541,7 +541,6 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
UIConfiguration::instance().load_rc_file (false);
_process_thread = new ProcessThread ();
_process_thread->init ();
attach_to_engine ();
}