remove unused code
This commit is contained in:
parent
68458cde69
commit
aafd1d77e9
@ -115,23 +115,6 @@ AudioEngine::create ()
|
||||
return _instance;
|
||||
}
|
||||
|
||||
void
|
||||
_thread_init_callback (void * /*arg*/)
|
||||
{
|
||||
/* make sure that anybody who needs to know about this thread
|
||||
knows about it.
|
||||
*/
|
||||
|
||||
pthread_set_name (X_("audioengine"));
|
||||
|
||||
PBD::notify_gui_about_thread_creation ("gui", pthread_self(), X_("Audioengine"), 4096);
|
||||
PBD::notify_gui_about_thread_creation ("midiui", pthread_self(), X_("Audioengine"), 128);
|
||||
|
||||
SessionEvent::create_per_thread_pool (X_("Audioengine"), 512);
|
||||
|
||||
AsyncMIDIPort::set_process_thread (pthread_self());
|
||||
}
|
||||
|
||||
void
|
||||
AudioEngine::split_cycle (pframes_t offset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user