summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xcbint.h b/src/xcbint.h
index 0c5e55e..096576c 100644
--- a/src/xcbint.h
+++ b/src/xcbint.h
@@ -54,7 +54,6 @@ enum lazy_reply_tag
#define XCB_PAD(i) (-(i) & 3)
#define XCB_SEQUENCE_COMPARE(a,op,b) ((int64_t) ((a) - (b)) op 0)
-#define XCB_SEQUENCE_COMPARE_32(a,op,b) (((int) (a) - (int) (b)) op 0)
#ifndef offsetof
#define offsetof(type,member) ((size_t) &((type *)0)->member)