From 859cbc0f36a3e2d1a5aa1e6ad5ebc25e609538be Mon Sep 17 00:00:00 2001 From: kaiv Date: Mon, 24 Jun 2002 03:08:08 +0000 Subject: [PATCH] Removed 'jack_client_control_t->frame_time' - it wasn't used anywhere. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@240 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/jack/internal.h b/jack/internal.h index 351ed8f..28c41fd 100644 --- a/jack/internal.h +++ b/jack/internal.h @@ -147,7 +147,6 @@ typedef enum { typedef volatile struct { - volatile jack_nframes_t frame_time; /* w: client r: engine (if client is timebase) */ volatile int id; /* w: engine r: engine and client */ volatile jack_nframes_t nframes; /* w: engine r: client */ volatile jack_client_state_t state; /* w: engine and client r: engine */