mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-27 18:48:46 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user