From 92ce7b2f1f238db0129cd75a3a145f1eac3d2fa2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 31 Jan 2017 09:56:39 +1000 Subject: [PATCH] touchpad: remove unnecessary return statement Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index 56822df2..e43a9ba9 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -2265,8 +2265,6 @@ tp_init_hysteresis(struct tp_dispatch *tp) res_y = tp->device->abs.absinfo_y->resolution; tp->hysteresis_margin.x = res_x/2; tp->hysteresis_margin.y = res_y/2; - - return; } static int