summaryrefslogtreecommitdiff
path: root/src/xf86OSmouse.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2010-09-29 23:42:43 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2010-09-29 23:42:43 +0200
commit782052d087fd59d673de6c45784c316c055a592d (patch)
treea3ba9140333913acbcad1ae3714d49f81e9f13ad /src/xf86OSmouse.h
parent4f1a5cc98c8452362ecb81843cd0a32c9a45ce4e (diff)
parent6d6c24768b2b347436a6d35c4aaa129227c7392e (diff)
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-mouse
Diffstat (limited to 'src/xf86OSmouse.h')
-rw-r--r--src/xf86OSmouse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xf86OSmouse.h b/src/xf86OSmouse.h
index 09b8525..33b2232 100644
--- a/src/xf86OSmouse.h
+++ b/src/xf86OSmouse.h
@@ -214,9 +214,6 @@ typedef struct _MouseDevRec {
int oldBaudRate;
int sampleRate;
int lastButtons;
- int threshold; /* acceleration */
- int num;
- int den;
int buttons; /* # of buttons */
int emulateState; /* automata state for 2 button mode */
Bool emulate3Buttons;