include: misc.h: drop unused xReqPtr typedef

not used anywhere, so no need to keep it around any longer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-26 10:59:01 +01:00
committed by Enrico Weigelt
parent 7279a68cc7
commit f2a0a94a1f

View File

@@ -115,8 +115,6 @@ typedef int XRetCode;
#define FALSE 0
#endif
typedef struct _xReq *xReqPtr;
#include "os.h" /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */
#include <X11/Xfuncs.h> /* for bcopy, bzero, and bcmp */