aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_virtual_pointer_v1.h4
1 files changed, 0 insertions, 4 deletions
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 {