From ac3f88e604212fc3668d623798d50aa218c13995 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Sep 2010 15:01:26 +1000 Subject: [PATCH] xfree86: remove {Dont}SendCoreEvents defines The input drivers that use it only do so with ABI 0 and we're long past this one now. Input driver don't have a say in whether they send core events now anyway. Signed-off-by: Peter Hutterer Reviewed-by: Tiago Vignatti --- hw/xfree86/common/xf86Xinput.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 34f433f57..955d2aa61 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -183,9 +183,4 @@ extern _X_EXPORT void xf86VIDrvMsgVerb(InputInfoPtr dev, /* xf86Option.c */ extern void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts); - -/* Legacy hatred */ -#define SendCoreEvents 59 -#define DontSendCoreEvents 60 - #endif /* _xf86Xinput_h */