output: drop wlr_output.needs_frame

The frame scheduler is responsible for de-duplicating needs_frame
events.
This commit is contained in:
Simon Ser 2024-01-08 18:44:34 +01:00 committed by Rose Hudson
parent c90abf3199
commit cd219a7e38
2 changed files with 0 additions and 10 deletions

View file

@ -150,8 +150,6 @@ struct wlr_output {
enum wlr_output_adaptive_sync_status adaptive_sync_status;
uint32_t render_format;
bool needs_frame;
// true for example with VR headsets
bool non_desktop;