summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-03 15:42:58 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-03 17:51:19 -0400
commitfe616f9230b672edb89fca7516e750dc1b20c690 (patch)
tree79869457ddb1db53aee48d8f259dc357081e30fb /os
parent31136b9467c2a17bbed4a51d6a6c41e3290bd236 (diff)
Drop the never-called SkippedRequestCallback list.
Diffstat (limited to 'os')
-rw-r--r--os/io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/io.c b/os/io.c
index 3c0d494c9..d022aac88 100644
--- a/os/io.c
+++ b/os/io.c
@@ -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};