drag-icon: use role object destroy handler

This commit is contained in:
Kirill Primak 2022-11-04 00:07:20 +03:00
parent 75af6a0a39
commit 92fbfda2ca
2 changed files with 15 additions and 28 deletions

View file

@ -101,8 +101,6 @@ struct wlr_drag_icon {
struct wl_signal destroy;
} events;
struct wl_listener surface_destroy;
void *data;
};