kdrive: Drop dead code.
authorEric Anholt <eric@anholt.net>
Sat, 17 Aug 2013 11:06:23 +0000 (13:06 +0200)
committerEric Anholt <eric@anholt.net>
Wed, 21 Aug 2013 16:10:41 +0000 (09:10 -0700)
This is unused as of the introduction of a helper in
e7150db5350bc2113ff4126019b489847a4dc217

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
hw/kdrive/src/kinput.c

index c30f170..3aad87a 100644 (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,