From f5c60a6d1e87353975a340f8fb2f318c8edceea0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 Jan 2012 10:59:46 +1000 Subject: [PATCH] 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 Reviewed-by: Chase Douglas --- src/synaptics.c | 1 - 1 file changed, 1 deletion(-) 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;