diff options
author | Isaac Freund <ifreund@ifreund.xyz> | 2020-10-18 15:13:05 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-10-18 15:17:28 +0200 |
commit | e410ff8dd4e83ffc6419eb0709693afb25892e47 (patch) | |
tree | 9777d49d3c507adbc29f2951681369ea268a9480 | |
parent | 616f06c25c06ec04430c4b8f0ac15a40325cd177 (diff) |
wlr_drag: remove unused point_destroy field
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |