diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:41:14 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 06:41:14 -0500 |
commit | e42d762a88dfa588eea336e5302a2653c81b61bd (patch) | |
tree | 6f1ced335a932dee3014b7527cd570a9bdc8dee1 /include | |
parent | 68328700c7171b53c70e61f78ed6fdfcf1e22bd5 (diff) |
drag-icon: surface committed
Diffstat (limited to 'include')
-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 70d79a19..e0205101 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -72,7 +72,6 @@ struct wlr_drag_icon { } events; struct wl_listener surface_destroy; - struct wl_listener surface_commit; struct wl_listener seat_client_destroy; }; |