path: remove unused declaration of path_input_process_event

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-02-01 16:21:31 +10:00
parent e86fdd5883
commit 3682c8e4fd
2 changed files with 0 additions and 3 deletions

View file

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

View file

@ -42,6 +42,4 @@ struct path_seat {
struct libinput_seat base;
};
int path_input_process_event(struct libinput_event);
#endif