diff --git a/src/synaptics.c b/src/synaptics.c index 9490106..b1f2cf2 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -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;