output-damage: drop precommit listener

This commit is contained in:
Kirill Primak 2022-10-07 17:43:13 +03:00
parent b9155c5b80
commit dd0665d822
2 changed files with 1 additions and 20 deletions

View file

@ -55,7 +55,6 @@ struct wlr_output_damage {
struct wl_listener output_needs_frame;
struct wl_listener output_damage;
struct wl_listener output_frame;
struct wl_listener output_precommit;
struct wl_listener output_commit;
};