mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
path: remove unused declaration of path_input_process_event
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e86fdd5883
commit
3682c8e4fd
2 changed files with 0 additions and 3 deletions
|
|
@ -35,7 +35,6 @@
|
|||
static const char default_seat[] = "seat0";
|
||||
static const char default_seat_name[] = "default";
|
||||
|
||||
int path_input_process_event(struct libinput_event);
|
||||
static void path_seat_destroy(struct libinput_seat *seat);
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -42,6 +42,4 @@ struct path_seat {
|
|||
struct libinput_seat base;
|
||||
};
|
||||
|
||||
int path_input_process_event(struct libinput_event);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue