summaryrefslogtreecommitdiff
path: root/mi/mipointer.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-03-13 15:51:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-20 15:17:57 +1000
commitf5409aa026b2cb501170867d04c6e220f3fe0a44 (patch)
treeb99dc8cd71ab9ee9c368fd4dd9cbe6712218c035 /mi/mipointer.c
parent46145a9312eaf5dcd0e8b6788ed8219e086f790e (diff)
mi: remove deprecated miPointerAbsoluteCursor
Functions that don't specify the device are so last year.
Diffstat (limited to 'mi/mipointer.c')
-rw-r--r--mi/mipointer.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mi/mipointer.c b/mi/mipointer.c
index e3a465615..857a8cab3 100644
--- a/mi/mipointer.c
+++ b/mi/mipointer.c
@@ -457,15 +457,6 @@ miPointerGetScreen(DeviceIntPtr pDev)
return (pPointer) ? pPointer->pScreen : NULL;
}
-/* Move the pointer to x, y on the current screen, update the sprite, and
- * the motion history. Generates no events. Does not return changed x
- * and y if they are clipped; use miPointerSetPosition instead. */
-void
-miPointerAbsoluteCursor (int x, int y, unsigned long time)
-{
- miPointerSetPosition(inputInfo.pointer, &x, &y);
-}
-
/* Move the pointer on the current screen, and update the sprite. */
static void
miPointerMoved (DeviceIntPtr pDev, ScreenPtr pScreen,