diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-07-04 03:55:59 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-07-04 03:55:59 -0300 |
commit | 3164288b121990a5990747c0f92d4af13b1c929a (patch) | |
tree | 45f39bf2b7e56643199515f08dc2df0fb98384cc /mi | |
parent | d1031a8972490ebf0ef6dc2762036a7a7172466b (diff) |
Remove deprecated function miPointerPosition().
Diffstat (limited to 'mi')
-rw-r--r-- | mi/mipointer.c | 6 | ||||
-rw-r--r-- | mi/mipointer.h | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/mi/mipointer.c b/mi/mipointer.c index 4763e1269..809ce5e8b 100644 --- a/mi/mipointer.c +++ b/mi/mipointer.c @@ -560,12 +560,6 @@ miPointerSetPosition(DeviceIntPtr pDev, int *x, int *y, unsigned long time) } _X_EXPORT void -miPointerPosition (int *x, int *y) -{ - miPointerGetPosition(inputInfo.pointer, x, y); -} - -_X_EXPORT void miPointerGetPosition(DeviceIntPtr pDev, int *x, int *y) { *x = MIPOINTER(pDev)->x; diff --git a/mi/mipointer.h b/mi/mipointer.h index d2e4455eb..179e4f371 100644 --- a/mi/mipointer.h +++ b/mi/mipointer.h @@ -134,12 +134,6 @@ extern void miPointerAbsoluteCursor( unsigned long /*time*/ ) _X_DEPRECATED; -/* Deprecated in favour of miPointerGetPosition. */ -extern void miPointerPosition( - int * /*x*/, - int * /*y*/ -) _X_DEPRECATED; - /* Deprecated in favour of miPointerSetScreen. */ extern void miPointerSetNewScreen( int, /*screen_no*/ |