summaryrefslogtreecommitdiff
path: root/src/Xv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xv.c')
-rw-r--r--src/Xv.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Xv.c b/src/Xv.c
index d3e3373..e47093a 100644
--- a/src/Xv.c
+++ b/src/Xv.c
@@ -60,18 +60,6 @@ SOFTWARE.
#include <X11/extensions/XShm.h>
#include <limits.h>
-#ifndef HAVE__XEATDATAWORDS
-static inline void
-_XEatDataWords(Display *dpy, unsigned long n)
-{
-# ifndef LONG64
- if (n >= (ULONG_MAX >> 2))
- _XIOError(dpy);
-# endif
- _XEatData(dpy, n << 2);
-}
-#endif
-
static XExtensionInfo _xv_info_data;
static XExtensionInfo *xv_info = &_xv_info_data;
static const char *xv_extension_name = XvName;