From a7014aa8c619ed9bc1cd5c0b38428fd88f1bc8d4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 20 Oct 2016 08:27:01 +1000 Subject: [PATCH] Remove two unused variables They were never used anyway Signed-off-by: Peter Hutterer --- src/xf86libinput.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index 8646c6d..3ac0df3 100644 --- a/src/xf86libinput.c +++ b/src/xf86libinput.c @@ -126,8 +126,6 @@ struct xf86libinput { struct { int vdist; int hdist; - int vdist_remainder; - int hdist_remainder; } scroll; struct {