mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 21:40:05 +01:00
udev-seat: Remove unused declaration
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
1ad76d584f
commit
3bf28bfc14
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ struct udev_input {
|
|||
char *seat_id;
|
||||
};
|
||||
|
||||
int udev_input_process_event(struct libinput_event);
|
||||
int udev_input_enable(struct udev_input *input);
|
||||
void udev_input_disable(struct udev_input *input);
|
||||
void udev_input_destroy(struct udev_input *input);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue