mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-04-14 10:54:17 +00:00
Drop unnecessary function declaration
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user