Browse Source

Cleanup

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1904 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.71
sletz 17 years ago
parent
commit
b75a42ce70
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      example-clients/tw1.c

+ 0
- 6
example-clients/tw1.c View File

@@ -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);



Loading…
Cancel
Save