Drop the never-called SkippedRequestCallback list.

This commit is contained in:
Adam Jackson
2008-10-03 15:42:58 -04:00
parent 31136b9467
commit fe616f9230
4 changed files with 0 additions and 106 deletions

View File

@@ -425,14 +425,6 @@ extern void ddxUseMsg(void);
(_pxReq->length ? (otherReqTypePtr)_pxReq \
: (otherReqTypePtr)(((CARD32*)_pxReq)+1))
/* stuff for SkippedRequestsCallback */
extern CallbackListPtr SkippedRequestsCallback;
typedef struct {
xReqPtr req;
ClientPtr client;
int numskipped;
} SkippedRequestInfoRec;
/* stuff for ReplyCallback */
extern CallbackListPtr ReplyCallback;
typedef struct {