summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Xinput.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-04-25 16:49:35 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-04-25 16:49:35 +0930
commite251c9e75afdc5e32f2bc9801712272358934266 (patch)
treeba8e3832d6cc9b9abc64686bfebdf06ec2f6fe52 /hw/xfree86/common/xf86Xinput.c
parent1d0438de176551aaeff549664f00b8bd83d465af (diff)
Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
Diffstat (limited to 'hw/xfree86/common/xf86Xinput.c')
-rw-r--r--hw/xfree86/common/xf86Xinput.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
index 9f293cc5d..527930642 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -52,17 +52,13 @@
#include <X11/Xfuncproto.h>
#include <X11/Xmd.h>
-#ifdef XINPUT
#include <X11/extensions/XI.h>
#include <X11/extensions/XIproto.h>
-#endif
#include "xf86.h"
#include "xf86Priv.h"
#include "xf86Xinput.h"
-#ifdef XINPUT
#include "XIstubs.h"
#include "xf86Optrec.h"
-#endif
#include "mipointer.h"
#include "xf86InPriv.h"
@@ -193,7 +189,6 @@ xf86ActivateDevice(LocalDevicePtr local)
}
-#ifdef XINPUT
/***********************************************************************
*
* Caller: ProcXOpenDevice
@@ -322,7 +317,6 @@ void
AddOtherInputDevices()
{
}
-#endif
int
NewInputDeviceRequest (InputOption *options, DeviceIntPtr *pdev)