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:
Peter Hutterer
2012-01-03 10:59:46 +10:00
parent 3ec93218d2
commit f5c60a6d1e

View File

@@ -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;