output-damage: stop listening for output mode events

These will go away.
This commit is contained in:
Simon Ser 2022-12-01 10:12:34 +01:00 committed by Simon Zeni
parent fecbaa2bd6
commit 19dfe99496
2 changed files with 0 additions and 10 deletions

View file

@ -54,7 +54,6 @@ struct wlr_output_damage {
} events;
struct wl_listener output_destroy;
struct wl_listener output_mode;
struct wl_listener output_needs_frame;
struct wl_listener output_damage;
struct wl_listener output_frame;