output-damage: stop listening to scale/transform events

Only listen to the commit event.
This commit is contained in:
Simon Ser 2021-01-10 16:56:41 +01:00
parent a6a0568316
commit f6f46b4ee2
2 changed files with 4 additions and 20 deletions

View file

@ -49,8 +49,6 @@ struct wlr_output_damage {
struct wl_listener output_destroy;
struct wl_listener output_mode;
struct wl_listener output_transform;
struct wl_listener output_scale;
struct wl_listener output_needs_frame;
struct wl_listener output_damage;
struct wl_listener output_frame;