Remove a merge artifact.

OK matthieu
This commit is contained in:
bmercer
2013-07-10 19:25:00 +00:00
parent 407cedcacc
commit 34bb22d576

View File

@@ -74,18 +74,4 @@ static inline void _XEatDataWords(Display *dpy, unsigned long n)
}
#endif
#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 /* _XFIXESINT_H_ */