types/wlr_virtual_pointer_v1: remove destroy event

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

View file

@ -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 {