types/wlr_keyboard: remove destroy event

The destroy event from the base wlr_input_device must be used
This commit is contained in:
Simon Zeni 2022-03-08 15:53:21 -05:00 committed by Kirill Primak
parent 7a2c96dcbd
commit eae8952e17
4 changed files with 2 additions and 6 deletions

View file

@ -89,7 +89,6 @@ struct wlr_keyboard {
struct wl_signal modifiers;
struct wl_signal keymap;
struct wl_signal repeat_info;
struct wl_signal destroy;
} events;
void *data;