projects
/
platform
/
upstream
/
xorg-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
873ae96
)
kdrive: Drop dead code.
author
Eric Anholt
<eric@anholt.net>
Sat, 17 Aug 2013 11:06:23 +0000
(13:06 +0200)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/hw/kdrive/src/kinput.c
b/hw/kdrive/src/kinput.c
index
c30f170
..
3aad87a
100644
(file)
--- 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,