diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-04 00:07:20 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-11-06 17:00:00 +0300 |
commit | 92fbfda2ca1906f1ddee29aeb5db1109b02b1b60 (patch) | |
tree | 8fd583b686f734303d31ae2ced2390327ba6a46e /include | |
parent | 75af6a0a3980bebc20994a9768bdd80feda7bf22 (diff) |
drag-icon: use role object destroy handler
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; }; |