From 45c877173577cf450f0932c6899b740cacb4254f Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Tue, 8 Mar 2022 15:54:38 -0500 Subject: types/wlr_virtual_keyboard_v1: remove destroy event The destroy event from the keyboard base wlr_input_device must be used --- include/wlr/types/wlr_virtual_keyboard_v1.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/wlr') 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( -- cgit v1.2.3