summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-01-15 15:32:15 +1000
committerKeith Packard <keithp@keithp.com>2010-01-25 09:31:48 +1300
commit64b1372c15c3ede2696346e153bca9bd89016a20 (patch)
tree725974e2a9cbf4d49ae5758a997ad505d088db9c
parentc8bba14a390fe3fa16027e6b2433a314b3ea00c3 (diff)
xkb: remove unused _XkbIsPressEvent and _XkbIsReleaseEvent defines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--include/xkbsrv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xkbsrv.h b/include/xkbsrv.h
index 6b702e8cb..b427c60bd 100644
--- a/include/xkbsrv.h
+++ b/include/xkbsrv.h
@@ -307,9 +307,6 @@ extern _X_EXPORT CARD32 xkbDebugFlags;
extern _X_EXPORT int DeviceKeyPress,DeviceKeyRelease,DeviceMotionNotify;
extern _X_EXPORT int DeviceButtonPress,DeviceButtonRelease;
-#define _XkbIsPressEvent(t) (((t)==KeyPress)||((t)==DeviceKeyPress))
-#define _XkbIsReleaseEvent(t) (((t)==KeyRelease)||((t)==DeviceKeyRelease))
-
#define Status int
#ifndef True