types/wlr_virtual_keyboard_v1: remove destroy event

The destroy event from the keyboard base wlr_input_device must be used
This commit is contained in:
Simon Zeni 2022-03-08 15:54:38 -05:00 committed by Kirill Primak
parent eae8952e17
commit 45c8771735
2 changed files with 0 additions and 7 deletions

View file

@ -31,10 +31,6 @@ struct wlr_virtual_keyboard_v1 {
bool has_keymap;
struct wl_list link;
struct {
struct wl_signal destroy; // struct wlr_virtual_keyboard_v1*
} events;
};
struct wlr_virtual_keyboard_manager_v1* wlr_virtual_keyboard_manager_v1_create(