aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-04 00:07:20 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-11-06 17:00:00 +0300
commit92fbfda2ca1906f1ddee29aeb5db1109b02b1b60 (patch)
tree8fd583b686f734303d31ae2ced2390327ba6a46e /include
parent75af6a0a3980bebc20994a9768bdd80feda7bf22 (diff)
drag-icon: use role object destroy handler
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_data_device.h2
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;
};