From dccc23a77f0c1c4334892b9b363d858a1bb0e167 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 23 Jan 2018 15:28:09 +1000 Subject: [PATCH] fallback: remove unused DEBOUNCE_TIME setting Signed-off-by: Peter Hutterer --- src/evdev-fallback.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/evdev-fallback.c b/src/evdev-fallback.c index 0cd2497e..51cb2d60 100644 --- a/src/evdev-fallback.c +++ b/src/evdev-fallback.c @@ -30,8 +30,6 @@ #include "evdev-fallback.h" -#define DEBOUNCE_TIME ms2us(12) - static void fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, struct evdev_device *device,