mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 13:50:13 +01:00
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:
parent
9e6cf91f48
commit
c06804b643
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue