diff options
Diffstat (limited to 'os/osdep.h')
-rw-r--r-- | os/osdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/osdep.h b/os/osdep.h index 587bd0359..55db16fe9 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -162,7 +162,6 @@ typedef struct _osComm { XID auth_id; /* authorization id */ CARD32 conn_time; /* timestamp if not established, else 0 */ struct _XtransConnInfo *trans_conn; /* transport connection object */ - Bool local_client; } OsCommRec, *OsCommPtr; extern int FlushClient(ClientPtr /*who */ , |