mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Remove unused variable 'thr'
synaptics.c: In function 'SynapticsAccelerationProfile': synaptics.c:619:12: warning: unused variable 'thr' [-Wunused-variable] On input ABIs < 14. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
@@ -616,7 +616,6 @@ static float SynapticsAccelerationProfile(DeviceIntPtr dev,
|
||||
float thr_f,
|
||||
float acc_f) {
|
||||
double velocity = velocity_f;
|
||||
double thr = thr_f;
|
||||
double acc = acc_f;
|
||||
#endif
|
||||
InputInfoPtr pInfo = dev->public.devicePrivate;
|
||||
|
||||
Reference in New Issue
Block a user