From 4c8ecfcd4ab84d67a0677967d1fc98d5062ab6ae Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Tue, 8 Mar 2022 15:56:28 -0500 Subject: types/wlr_virtual_pointer_v1: remove destroy event The destroy event from the pointer base wlr_input_device must be used --- include/wlr/types/wlr_virtual_pointer_v1.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_virtual_pointer_v1.h b/include/wlr/types/wlr_virtual_pointer_v1.h index 307d6158..656ca371 100644 --- a/include/wlr/types/wlr_virtual_pointer_v1.h +++ b/include/wlr/types/wlr_virtual_pointer_v1.h @@ -35,10 +35,6 @@ struct wlr_virtual_pointer_v1 { bool axis_valid[2]; struct wl_list link; - - struct { - struct wl_signal destroy; // struct wlr_virtual_pointer_v1* - } events; }; struct wlr_virtual_pointer_v1_new_pointer_event { -- cgit v1.2.3