Browse Source

removed jack_update_time()

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@156 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd 23 years ago
parent
commit
2e665dfe98
2 changed files with 2 additions and 9 deletions
  1. +0
    -7
      client.c
  2. +2
    -2
      configure.in

+ 0
- 7
client.c View File

@@ -1139,13 +1139,6 @@ jack_engine_takeover_timebase (jack_client_t *client)
return req.status; return req.status;
} }


void
jack_update_time (jack_client_t *client, nframes_t time)

{
client->control->frame_time = time;
}

void void
jack_set_error_function (void (*func) (const char *, ...)) jack_set_error_function (void (*func) (const char *, ...))
{ {


+ 2
- 2
configure.in View File

@@ -4,8 +4,8 @@ AC_INIT(client.c)
AC_CONFIG_AUX_DIR(.) AC_CONFIG_AUX_DIR(.)


JACK_MAJOR_VERSION=0 JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=20
JACK_MICRO_VERSION=3
JACK_MINOR_VERSION=21
JACK_MICRO_VERSION=0


BETA= BETA=




Loading…
Cancel
Save