diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 15:42:58 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:19 -0400 |
commit | fe616f9230b672edb89fca7516e750dc1b20c690 (patch) | |
tree | 79869457ddb1db53aee48d8f259dc357081e30fb /os | |
parent | 31136b9467c2a17bbed4a51d6a6c41e3290bd236 (diff) |
Drop the never-called SkippedRequestCallback list.
Diffstat (limited to 'os')
-rw-r--r-- | os/io.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -576,10 +576,6 @@ ResetCurrentRequest(ClientPtr client) } } - - -_X_EXPORT CallbackListPtr SkippedRequestsCallback = NULL; - /* lookup table for adding padding bytes to data that is read from or written to the X socket. */ static int padlength[4] = {0, 3, 2, 1}; |