kdrive: Drop dead code.

This is unused as of the introduction of a helper in
e7150db535

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Eric Anholt 2013-08-17 13:06:23 +02:00
parent 873ae962bd
commit a9c48a07ee

View File

@ -1675,13 +1675,6 @@ char *kdActionNames[] = {
};
#endif /* DEBUG */
static void
KdQueueEvent(DeviceIntPtr pDev, InternalEvent *ev)
{
KdAssertSigioBlocked("KdQueueEvent");
mieqEnqueue(pDev, ev);
}
/* We return true if we're stealing the event. */
static Bool
KdRunMouseMachine(KdPointerInfo * pi, KdInputClass c, int type, int x, int y,