diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-25 13:49:23 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-10-26 06:32:35 +1000 |
commit | 9263c949df6cbbb8e42ec4f0d6337206f684d0f5 (patch) | |
tree | 0a159606065e8d294d567cea6d157f8699304ac2 | |
parent | ecc3d28fa488f186896d714b8872b8875f8eccfd (diff) |
Remove random History comment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/mouse.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mouse.h b/src/mouse.h index 6628001..22ec0e3 100644 --- a/src/mouse.h +++ b/src/mouse.h @@ -161,17 +161,6 @@ typedef struct { extern OSMouseInfoPtr xf86OSMouseInit(int flags); -/* Adjust this when the mouse interface changes. */ - -/* - * History: - * - * 1.0.0 - Everything up to when versioning was started. - * 1.1.0 - FindDevice and GuessProtocol added to OSMouseInfoRec - * 1.2.0 - xisbscale added to MouseDevRec - * - */ - /* Z axis mapping */ #define MSE_NOZMAP 0 #define MSE_MAPTOX -1 |