From f5409aa026b2cb501170867d04c6e220f3fe0a44 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 13 Mar 2009 15:51:50 +1000 Subject: mi: remove deprecated miPointerAbsoluteCursor Functions that don't specify the device are so last year. --- mi/mipointer.c | 9 --------- mi/mipointer.h | 7 ------- 2 files changed, 16 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, diff --git a/mi/mipointer.h b/mi/mipointer.h index 83277e46c..259ac1409 100644 --- a/mi/mipointer.h +++ b/mi/mipointer.h @@ -110,13 +110,6 @@ extern _X_EXPORT void miPointerWarpCursor( int /*y*/ ) _X_DEPRECATED; -/* Deprecated in favour of miPointerSetPosition. */ -extern _X_EXPORT void miPointerAbsoluteCursor( - int /*x*/, - int /*y*/, - unsigned long /*time*/ -) _X_DEPRECATED; - /* Deprecated in favour of miPointerGetScreen. */ extern _X_EXPORT ScreenPtr miPointerCurrentScreen( void -- cgit v1.2.3