From e410ff8dd4e83ffc6419eb0709693afb25892e47 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 18 Oct 2020 15:13:05 +0200 Subject: [PATCH] wlr_drag: remove unused point_destroy field --- include/wlr/types/wlr_data_device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 555eeab0..87c578ae 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -136,7 +136,6 @@ struct wlr_drag { struct wl_signal destroy; } events; - struct wl_listener point_destroy; struct wl_listener source_destroy; struct wl_listener seat_client_destroy; struct wl_listener icon_destroy;