diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-06-01 22:06:41 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2006-06-01 22:06:41 +0000 |
commit | a9ed5a87902a839a5a135af03db78f113b18bd86 (patch) | |
tree | b5144cf8f4a1e896c6bf5d70873ac2acf61d0ec6 /include/dixstruct.h | |
parent | df6da66525836d515f408a82f1a13ca5251ff0f7 (diff) |
Kill LBX, too.
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r-- | include/dixstruct.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h index d7d810272..f38a64d07 100644 --- a/include/dixstruct.h +++ b/include/dixstruct.h @@ -129,9 +129,6 @@ typedef struct _Client { unsigned char requestLog[MAX_REQUEST_LOG]; int requestLogIndex; #endif -#ifdef LBX - int (*readRequest)(ClientPtr /*client*/); -#endif unsigned long replyBytesRemaining; #ifdef XCSECURITY XID authId; |