mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-11 04:50:43 +01:00
xfree86: remove XI_PRIVATE macro, unused.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Fernando Carrijo <fcarrijo@freedesktop.org>
This commit is contained in:
parent
c08f7afdbc
commit
8f0531bdda
1 changed files with 0 additions and 3 deletions
|
|
@ -63,9 +63,6 @@
|
|||
/* the device sends Xinput and core pointer events */
|
||||
#define XI86_SEND_CORE_EVENTS XI86_ALWAYS_CORE
|
||||
|
||||
#define XI_PRIVATE(dev) \
|
||||
(((InputInfoPtr)((dev)->public.devicePrivate))->private)
|
||||
|
||||
/* Valuator verification macro */
|
||||
#define XI_VERIFY_VALUATORS(num_valuators) \
|
||||
if (num_valuators > MAX_VALUATORS) { \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue