From fe616f9230b672edb89fca7516e750dc1b20c690 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Oct 2008 15:42:58 -0400 Subject: Drop the never-called SkippedRequestCallback list. --- os/io.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os') 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}; -- cgit v1.2.3