From 5836054306bbcf2c69f9c75e69d2463cbc07def2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Sat, 7 Dec 2013 16:01:17 +0100 Subject: [PATCH] Remove unused disabled code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- src/libinput.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/libinput.c b/src/libinput.c index 7dc3179..239b85c 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -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, -- 2.7.4