summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-10-22 17:02:38 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-10-22 17:07:11 -0400
commitaafd1d77e9059564cdb8e7345883bc110b111486 (patch)
tree5b9ecaa2146dbd4c14ae658868a1bcf970bfb13e /libs/ardour/audioengine.cc
parent68458cde69bb6aae4dc8d3e5dce3e0ddc1be32e6 (diff)
remove unused code
Diffstat (limited to 'libs/ardour/audioengine.cc')
-rw-r--r--libs/ardour/audioengine.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/libs/ardour/audioengine.cc b/libs/ardour/audioengine.cc
index 0c8dcc87a9..7c512db625 100644
--- a/libs/ardour/audioengine.cc
+++ b/libs/ardour/audioengine.cc
@@ -116,23 +116,6 @@ AudioEngine::create ()
}
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)
{
/* caller must hold process lock */