mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 01:40:08 +01:00
evdev: drop unused #define DEFAULT_TRACKPOINT_ACCEL
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9765da94c0
commit
4cc24876da
1 changed files with 0 additions and 6 deletions
|
|
@ -36,12 +36,6 @@
|
|||
#include "timer.h"
|
||||
#include "filter.h"
|
||||
|
||||
/*
|
||||
* The constant (linear) acceleration factor we use to normalize trackpoint
|
||||
* deltas before calculating pointer acceleration.
|
||||
*/
|
||||
#define DEFAULT_TRACKPOINT_ACCEL 1.0
|
||||
|
||||
/* The fake resolution value for abs devices without resolution */
|
||||
#define EVDEV_FAKE_RESOLUTION 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue