summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-06-01 18:47:47 +0000
committerDaniel Stone <daniel@fooishbar.org>2006-06-01 18:47:47 +0000
commita73e0f8cdfec1c9199ffe696146ba7d677c4c10d (patch)
treee6d5bf7d6b7f564d376f704a151ea06ad37de1bf /hw/xwin
parentfc5ca97284ef237a91f6adb433148ff57a673c08 (diff)
Die XTESTEXT1, die!
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/InitInput.c25
1 files changed, 0 insertions, 25 deletions
diff --git a/hw/xwin/InitInput.c b/hw/xwin/InitInput.c
index 8b72416ab..3be84efc6 100644
--- a/hw/xwin/InitInput.c
+++ b/hw/xwin/InitInput.c
@@ -177,28 +177,3 @@ InitInput (int argc, char *argv[])
winDebug ("InitInput - returning\n");
#endif
}
-
-
-#ifdef XTESTEXT1
-void
-XTestGenerateEvent (int dev_type, int keycode, int keystate,
- int mousex, int mousey)
-{
- ErrorF ("XTestGenerateEvent\n");
-}
-
-
-void
-XTestGetPointerPos (short *fmousex, short *fmousey)
-{
- ErrorF ("XTestGetPointerPos\n");
-}
-
-
-void
-XTestJumpPointer (int jx, int jy, int dev_type)
-{
- ErrorF ("XTestJumpPointer\n");
-}
-#endif
-