[PATCH 4/9] kdrive: Drop dead code.
Eric Anholt
eric at anholt.net
Sat Aug 17 15:36:38 PDT 2013
This is unused as of the introduction of a helper in
e7150db5350bc2113ff4126019b489847a4dc217
---
hw/kdrive/src/kinput.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
index c30f170..3aad87a 100644
--- a/hw/kdrive/src/kinput.c
+++ b/hw/kdrive/src/kinput.c
@@ -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,
--
1.8.4.rc2
More information about the xorg-devel
mailing list