diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-05 00:54:59 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-10 09:42:36 +1000 |
commit | 0903d99ada1755f11a2a5cbf89a345de896e18ec (patch) | |
tree | d2b2605a964e52c184885a2c77c3c098464295db /include | |
parent | 54f65f3ca1f7a7118bea96915d79acee28721581 (diff) |
Purge scrollbuttons (repeat)
I doubt devices that have scrollbuttons are still manufactured. Having
untested code around is just asking for trouble.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/synaptics.h b/include/synaptics.h index 564aab9..9ea3ced 100644 --- a/include/synaptics.h +++ b/include/synaptics.h @@ -48,10 +48,4 @@ typedef enum { #define SYN_MAX_BUTTONS 12 /* Max number of mouse buttons */ -/* - * Minimum and maximum values for scroll_button_repeat - */ -#define SBR_MIN 10 -#define SBR_MAX 1000 - -#endif /* _SYNAPTICS_H_ */ +#endif /* _SYNAPTICS_H_ */ |