From 92fbfda2ca1906f1ddee29aeb5db1109b02b1b60 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 4 Nov 2022 00:07:20 +0300 Subject: drag-icon: use role object destroy handler --- include/wlr/types/wlr_data_device.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 9f2481e6..697987b2 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -101,8 +101,6 @@ struct wlr_drag_icon { struct wl_signal destroy; } events; - struct wl_listener surface_destroy; - void *data; }; -- cgit v1.2.3