From b75a42ce70c12b1a91a6fd26a1ecabd20160ae0b Mon Sep 17 00:00:00 2001 From: sletz Date: Wed, 5 Mar 2008 10:27:14 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1904 0c269be4-1314-0410-8aa9-9f06e86f4224 --- example-clients/tw1.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/example-clients/tw1.c b/example-clients/tw1.c index 82081da3..2ceac06c 100644 --- a/example-clients/tw1.c +++ b/example-clients/tw1.c @@ -168,12 +168,6 @@ main (int argc, char *argv[]) /* create RT thread */ - /* - if (jack_client_create_thread(client, &thread, 90, 1, jack_thread, client) < 0) - exit(1); - jack_acquire_real_time_scheduling (thread, 90); - */ - if (jack_set_process_thread(client, jack_thread, client) < 0) exit(1);