diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-25 01:10:20 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-25 01:10:20 +0300 |
commit | b1debebf8fe20ded20ba27e871fd1a6a9de029e3 (patch) | |
tree | 8d8216dd0ffc245042a0844440dc55abbc0b9c23 /mi/mipointer.h | |
parent | b9e180e632d04bf685ade9e32bd0b20882794486 (diff) |
mi: remove mi motion history
This is now unneeded as we do motion history in the DIX.
Diffstat (limited to 'mi/mipointer.h')
-rw-r--r-- | mi/mipointer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mi/mipointer.h b/mi/mipointer.h index 21b55fac7..30e89444b 100644 --- a/mi/mipointer.h +++ b/mi/mipointer.h @@ -181,14 +181,6 @@ extern void miPointerMoved( int y, unsigned long time); -/* Updates the event history. */ -extern void miPointerUpdateHistory( - DeviceIntPtr pDev, - ScreenPtr pScreen, - int x, - int y, - unsigned long time); - extern int miPointerScreenIndex; #endif /* MIPOINTER_H */ |