Browse Source

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
tags/0.109.0
kaiv 23 years ago
parent
commit
859cbc0f36
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      jack/internal.h

+ 0
- 1
jack/internal.h View File

@@ -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 */


Loading…
Cancel
Save