diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-01-15 15:32:15 +1000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-25 09:31:48 +1300 |
commit | 64b1372c15c3ede2696346e153bca9bd89016a20 (patch) | |
tree | 725974e2a9cbf4d49ae5758a997ad505d088db9c /include/xkbsrv.h | |
parent | c8bba14a390fe3fa16027e6b2433a314b3ea00c3 (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>
Diffstat (limited to 'include/xkbsrv.h')
-rw-r--r-- | include/xkbsrv.h | 3 |
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 |