wlr_drag: remove unused point_destroy field

This commit is contained in:
Isaac Freund 2020-10-18 15:13:05 +02:00 committed by Simon Ser
parent 616f06c25c
commit e410ff8dd4
1 changed files with 0 additions and 1 deletions

View File

@ -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;