diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-22 23:09:29 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-22 23:09:29 -0800 |
commit | a7d749ec3fd3303a4e7ace9d4f0f1672f9310ef2 (patch) | |
tree | 7df71209a35c542121687d97cea7517743a4ae23 /src/xcbint.h | |
parent | 06c788932bb635da79076728927b7b93f64037c1 (diff) |
Remove vestiges of adjacent request combining implementation. It is very dead.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 9cb0c30..873d65e 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -99,7 +99,6 @@ typedef struct _xcb_out { struct iovec *vec; int vec_len; - void *last_request; unsigned int request; unsigned int request_written; |