diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-02 15:01:26 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-10 09:09:46 +1000 |
commit | ac3f88e604212fc3668d623798d50aa218c13995 (patch) | |
tree | 7d109d8c23484d12f5705ff92d7ead8eb07e71d1 | |
parent | 3f264149ff226d7c0bfcfcfc2c8845fa6326d0bd (diff) |
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 <peter.hutterer@who-t.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
-rw-r--r-- | 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 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 */ |