Drop unused libinput_fd_handle and libinput_fd_callback

Obsolete with ce787552bc

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-12-06 11:24:09 +10:00
parent 9e6cf91f48
commit c06804b643

View file

@ -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);