From 19ceef972e76bc491438198659748786d9457668 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 27 Jan 2017 10:24:08 +1000 Subject: [PATCH] Drop unnecessary function declaration Signed-off-by: Peter Hutterer --- src/xf86libinput.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/xf86libinput.c b/src/xf86libinput.c index 55cfc0c..703d872 100644 --- a/src/xf86libinput.c +++ b/src/xf86libinput.c @@ -2233,13 +2233,7 @@ const struct libinput_interface interface = { .close_restricted = close_restricted, }; -static void -xf86libinput_log_handler(struct libinput *libinput, - enum libinput_log_priority priority, - const char *format, - va_list args) - _X_ATTRIBUTE_PRINTF(3, 0); - +_X_ATTRIBUTE_PRINTF(3, 0) static void xf86libinput_log_handler(struct libinput *libinput, enum libinput_log_priority priority,