Remove unused disabled code

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2013-12-07 16:01:17 +01:00
parent caf19d5968
commit 5836054306

View file

@ -249,18 +249,6 @@ post_base_event(struct libinput *libinput,
libinput_post_event(libinput, event);
}
#if 0
static void
post_seat_event(struct libinput_seat *seat,
enum libinput_event_type type,
struct libinput_event *event)
{
init_event_base(event, type,
(union libinput_event_target) { .seat = seat });
libinput_post_event(seat->libinput, event);
}
#endif
static void
post_device_event(struct libinput_device *device,
enum libinput_event_type type,