Browse Source

Removed jack_update_time()

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@552 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
trutkin 22 years ago
parent
commit
affe414253
2 changed files with 0 additions and 7 deletions
  1. +0
    -5
      jack/jack.h
  2. +0
    -2
      libjack/client.c

+ 0
- 5
jack/jack.h View File

@@ -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.


+ 0
- 2
libjack/client.c View File

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


Loading…
Cancel
Save