From 3bf28bfc14fbb64cdabb97ad3fd45f383c001dcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Sun, 15 Dec 2013 21:25:10 +0100 Subject: [PATCH] udev-seat: Remove unused declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- src/udev-seat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/udev-seat.h b/src/udev-seat.h index 462a635..a60a109 100644 --- a/src/udev-seat.h +++ b/src/udev-seat.h @@ -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); -- 2.7.4