summaryrefslogtreecommitdiff
path: root/mi/mipointer.c
diff options
context:
space:
mode:
authorTiago Vignatti <vignatti@c3sl.ufpr.br>2008-10-08 03:06:32 -0300
committerTiago Vignatti <vignatti@c3sl.ufpr.br>2008-10-08 03:41:17 -0300
commit4964a9ca6c3f26376469b6d8217815a47231f0a9 (patch)
treecadbecb5004f575eba1877b166ff7642f99f78ed /mi/mipointer.c
parentadf3e296e2b00164fb22e89ad4f44acbd2e3deae (diff)
mi: remove deprecated and unused functions.
miPointerDeltaCursor, miPointerGetMotionBufferSize and miPointerSetNewScreen.
Diffstat (limited to 'mi/mipointer.c')
-rw-r--r--mi/mipointer.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/mi/mipointer.c b/mi/mipointer.c
index 8293e9b4f..c13188276 100644
--- a/mi/mipointer.c
+++ b/mi/mipointer.c
@@ -420,26 +420,6 @@ miPointerUpdateSprite (DeviceIntPtr pDev)
}
}
-/*
- * miPointerDeltaCursor. The pointer has moved dx,dy from it's previous
- * position.
- */
-
-void
-miPointerDeltaCursor (int dx, int dy, unsigned long time)
-{
- int x = MIPOINTER(inputInfo.pointer)->x = dx;
- int y = MIPOINTER(inputInfo.pointer)->y = dy;
-
- miPointerSetPosition(inputInfo.pointer, &x, &y, time);
-}
-
-void
-miPointerSetNewScreen(int screen_no, int x, int y)
-{
- miPointerSetScreen(inputInfo.pointer, screen_no, x, y);
-}
-
void
miPointerSetScreen(DeviceIntPtr pDev, int screen_no, int x, int y)
{