diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-03-08 15:54:38 -0500 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-03-11 20:02:21 +0000 |
commit | 45c877173577cf450f0932c6899b740cacb4254f (patch) | |
tree | b5b79eeffd69e63749e6d4d61aec7f99f57b89ea /include/wlr | |
parent | eae8952e176fcb63fe611d73f1459ab0f24252c9 (diff) |
types/wlr_virtual_keyboard_v1: remove destroy event
The destroy event from the keyboard base wlr_input_device must be used
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_virtual_keyboard_v1.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/wlr/types/wlr_virtual_keyboard_v1.h b/include/wlr/types/wlr_virtual_keyboard_v1.h index a818f141..8350f413 100644 --- a/include/wlr/types/wlr_virtual_keyboard_v1.h +++ b/include/wlr/types/wlr_virtual_keyboard_v1.h @@ -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( |