Remove unused signalling

This commit is contained in:
Your Name 2020-02-19 12:35:53 +01:00
parent 6145ea234d
commit a11d075f85

1
seat.c
View file

@ -371,7 +371,6 @@ handle_new_keyboard(struct cg_seat *seat, struct wlr_input_device *device)
cg_keyboard_group_add(device, seat);
wl_signal_init(&device->events.destroy);
wlr_seat_set_keyboard(seat->seat, device);
}