From c06804b64310e26f03f6f5598fbd928202728912 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Dec 2013 11:24:09 +1000 Subject: [PATCH] Drop unused libinput_fd_handle and libinput_fd_callback Obsolete with ce787552bce26ccac433c7fcf9868d2a5561a0cc Signed-off-by: Peter Hutterer --- src/libinput.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 7fa5e522..5d25c6b8 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -172,10 +172,6 @@ struct libinput_event_touch_touch { enum libinput_touch_type touch_type; }; -struct libinput_fd_handle; - -typedef void (*libinput_fd_callback)(int fd, void *data); - struct libinput_interface { int (*open_restricted)(const char *path, int flags, void *user_data); void (*close_restricted)(int fd, void *user_data);