13
0

Remove unused method.

git-svn-id: svn://localhost/ardour2/branches/3.0@10325 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-28 15:35:04 +00:00
parent 82f77de973
commit e434d9258e

View File

@ -135,12 +135,6 @@ _thread_init_callback (void * /*arg*/)
MIDI::Port::set_process_thread (pthread_self());
}
static void
ardour_jack_error (const char* msg)
{
error << "JACK: " << msg << endmsg;
}
void
AudioEngine::set_jack_callbacks ()
{