From 874dcdb3bdb9320aae252d3c7927d412685059d5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Jun 2008 15:38:48 +0930 Subject: [PATCH] dmx: remove a ifndef XINPUT, XINPUT is always defined now. --- hw/dmx/input/dmxinputinit.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/dmx/input/dmxinputinit.c b/hw/dmx/input/dmxinputinit.c index 0b9335b09..a0eb80fe9 100644 --- a/hw/dmx/input/dmxinputinit.c +++ b/hw/dmx/input/dmxinputinit.c @@ -1079,13 +1079,6 @@ void dmxInputInit(DMXInputInfo *dmxInput) for (i = 0; i < dmxInput->numDevs; i++) { DMXLocalInputInfoPtr dmxLocal = dmxInput->devs[i]; -#ifndef XINPUT - if (!dmxLocal->isCore) - dmxLog(dmxFatal, - "This server was not compiled to support the XInput" - " extension, but %s is not a core device.\n", - dmxLocal->name); -#endif dmxLocal->pDevice = dmxAddDevice(dmxLocal); if (dmxLocal->isCore) { if (dmxLocal->type == DMX_LOCAL_MOUSE)