mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 18:20:09 +01:00
Remove unused disabled code
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
caf19d5968
commit
5836054306
1 changed files with 0 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue