From affe4142538c4b482d296b166432b9f8fa4bf314 Mon Sep 17 00:00:00 2001 From: trutkin Date: Sun, 2 Nov 2003 02:02:08 +0000 Subject: [PATCH] Removed jack_update_time() git-svn-id: svn+ssh://jackaudio.org/trunk/jack@552 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/jack.h | 5 ----- libjack/client.c | 2 -- 2 files changed, 7 deletions(-) diff --git a/jack/jack.h b/jack/jack.h index f4cd1a7..4a1e111 100644 --- a/jack/jack.h +++ b/jack/jack.h @@ -575,11 +575,6 @@ jack_port_t *jack_port_by_id (const jack_client_t *client, jack_port_id_t id); */ int jack_engine_takeover_timebase (jack_client_t *); -/** - * undocumented - */ -void jack_update_time (jack_client_t *, jack_nframes_t); - /** * This estimates the time that has passed since the JACK server * started calling the process callbacks of all its clients. diff --git a/libjack/client.c b/libjack/client.c index 0e28e4b..07ea86f 100644 --- a/libjack/client.c +++ b/libjack/client.c @@ -71,7 +71,6 @@ jack_set_server_dir (const char *path) jack_server_dir = strdup (path); } - static pthread_mutex_t client_lock; static pthread_cond_t client_ready; void *jack_zero_filled_buffer = NULL; @@ -85,7 +84,6 @@ typedef struct { const char *client_name; } client_info; - void jack_error (const char *fmt, ...) {