diff options
author | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-05-13 07:12:43 +0300 |
---|---|---|
committer | Oliver McFadden <oliver.mcfadden@nokia.com> | 2010-05-14 07:50:49 +0300 |
commit | 71296885b0bb946e7ab986169f5b872952c221a0 (patch) | |
tree | fca313c9277b35cd9e4bdf0504e10649b8675ac5 /mi/mipointer.c | |
parent | 795432d4a92ed5b9fa4d9163e73c8e4fe4c74534 (diff) |
mi: removed unused PointerNonInterestBox functions.
Please note this patch breaks the ABI.
Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi/mipointer.c')
-rw-r--r-- | mi/mipointer.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mi/mipointer.c b/mi/mipointer.c index ad7b3db0c..296c57f5d 100644 --- a/mi/mipointer.c +++ b/mi/mipointer.c @@ -63,8 +63,6 @@ static Bool miPointerDisplayCursor(DeviceIntPtr pDev, ScreenPtr pScreen, CursorPtr pCursor); static void miPointerConstrainCursor(DeviceIntPtr pDev, ScreenPtr pScreen, BoxPtr pBox); -static void miPointerPointerNonInterestBox(DeviceIntPtr pDev, - ScreenPtr pScreen, BoxPtr pBox); static void miPointerCursorLimits(DeviceIntPtr pDev, ScreenPtr pScreen, CursorPtr pCursor, BoxPtr pHotBox, BoxPtr pTopLeftBox); @@ -115,7 +113,6 @@ miPointerInitialize (ScreenPtr pScreen, pScreen->UnrealizeCursor = miPointerUnrealizeCursor; pScreen->SetCursorPosition = miPointerSetCursorPosition; pScreen->RecolorCursor = miRecolorCursor; - pScreen->PointerNonInterestBox = miPointerPointerNonInterestBox; pScreen->DeviceCursorInitialize = miPointerDeviceInitialize; pScreen->DeviceCursorCleanup = miPointerDeviceCleanup; @@ -211,15 +208,6 @@ miPointerConstrainCursor (DeviceIntPtr pDev, ScreenPtr pScreen, BoxPtr pBox) /*ARGSUSED*/ static void -miPointerPointerNonInterestBox (DeviceIntPtr pDev, - ScreenPtr pScreen, - BoxPtr pBox) -{ - /* until DIX uses this, this will remain a stub */ -} - -/*ARGSUSED*/ -static void miPointerCursorLimits(DeviceIntPtr pDev, ScreenPtr pScreen, CursorPtr pCursor, BoxPtr pHotBox, BoxPtr pTopLeftBox) { |