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, ...) {