mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
dmx: Remove some dead code.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
88187ad889
commit
72607960c1
1 changed files with 0 additions and 11 deletions
|
|
@ -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…
Add table
Reference in a new issue