Remove unused disabled code
authorJonas Ådahl <jadahl@gmail.com>
Sat, 7 Dec 2013 15:01:17 +0000 (16:01 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sat, 7 Dec 2013 15:01:17 +0000 (16:01 +0100)
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/libinput.c

index 7dc3179..239b85c 100644 (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,