diff options
| author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-06-05 15:38:48 +0930 |
|---|---|---|
| committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-06-05 16:14:29 +0930 |
| commit | 874dcdb3bdb9320aae252d3c7927d412685059d5 (patch) | |
| tree | bc4f7cf384e7a0ba95d79e829a0241b9bf0df5f1 | |
| parent | 52752911ea8470dd8805f5e6c3febb9e1e1cc4b3 (diff) | |
dmx: remove a ifndef XINPUT, XINPUT is always defined now.
| -rw-r--r-- | hw/dmx/input/dmxinputinit.c | 7 |
1 files changed, 0 insertions, 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) |
