summaryrefslogtreecommitdiff
path: root/src/XIint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/XIint.h')
-rw-r--r--src/XIint.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/XIint.h b/src/XIint.h
index 3ddc3c5..99f3652 100644
--- a/src/XIint.h
+++ b/src/XIint.h
@@ -83,18 +83,5 @@ next_block(void **ptr, int size) {
return ret;
}
-#ifndef HAVE__XEATDATAWORDS
-#include <X11/Xmd.h> /* for LONG64 on 64-bit platforms */
-#include <limits.h>
-
-static inline void _XEatDataWords(Display *dpy, unsigned long n)
-{
-# ifndef LONG64
- if (n >= (ULONG_MAX >> 2))
- _XIOError(dpy);
-# endif
- _XEatData (dpy, n << 2);
-}
-#endif
#endif