output: drop wlr_output_cursor.events.destroy

Compositors can just listen to wlr_output.events.destroy instead.
This commit is contained in:
Simon Ser 2022-05-27 18:42:51 +02:00 committed by Isaac Freund
parent 1ab3e582ac
commit 638c5cda51
2 changed files with 0 additions and 6 deletions

View file

@ -40,10 +40,6 @@ struct wlr_output_cursor {
struct wlr_surface *surface;
struct wl_listener surface_commit;
struct wl_listener surface_destroy;
struct {
struct wl_signal destroy;
} events;
};
enum wlr_output_adaptive_sync_status {