From 64b1372c15c3ede2696346e153bca9bd89016a20 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 15 Jan 2010 15:32:15 +1000 Subject: [PATCH] xkb: remove unused _XkbIsPressEvent and _XkbIsReleaseEvent defines Signed-off-by: Peter Hutterer Reviewed-by: Dan Nicholson Signed-off-by: Keith Packard --- include/xkbsrv.h | 3 --- 1 file changed, 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