[PATCH 16/19] xfree86: remove {Dont}SendCoreEvents defines

Peter Hutterer peter.hutterer at who-t.net
Sun Sep 5 19:52:52 PDT 2010


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 <peter.hutterer at who-t.net>
---
 hw/xfree86/common/xf86Xinput.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h
index 7d0c44e..0da5516 100644
--- a/hw/xfree86/common/xf86Xinput.h
+++ b/hw/xfree86/common/xf86Xinput.h
@@ -184,9 +184,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 */
-- 
1.7.2.2



More information about the xorg-devel mailing list