dmx: Remove some dead code.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
88187ad889
commit
72607960c1
|
@ -731,17 +731,6 @@ void dmxEnqueue(DevicePtr pDev, int type, int detail, KeySym keySym,
|
|||
return;
|
||||
}
|
||||
|
||||
#if 00 /* dead code? */
|
||||
memset(&xE, 0, sizeof(xE));
|
||||
xE.u.u.type = type;
|
||||
xE.u.u.detail = detail;
|
||||
xE.u.keyButtonPointer.time = GetTimeInMillis();
|
||||
|
||||
if (!dmxLocal->sendsCore)
|
||||
dmxEnqueueExtEvent(dmxLocal, &xE, block);
|
||||
else
|
||||
dmxeqEnqueue(&xE);
|
||||
#endif /*00*/
|
||||
}
|
||||
|
||||
/** A pointer to this routine is passed to low-level input drivers so
|
||||
|
|
Loading…
Reference in New Issue