backend-pipewire: Nuke band-aid

With commit a1f8c49d5b 'compositor: repaint backends separately'
we will be repainting outputs independently so there's no need to keep
this band-aid on. Further more, the comment was most likely wrong.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2024-07-01 12:57:17 +03:00 committed by Daniel Stone
parent e271b2ed99
commit c6aa8c9b17
1 changed files with 0 additions and 7 deletions

View File

@ -250,13 +250,6 @@ finish_frame_handler(void *data)
{
struct pipewire_output *output = data;
/*
* Skip weston_output_finish_frame() if the repaint state machine was
* reset, e.g. by calling weston_compositor_sleep().
*/
if (output->base.repaint_status != REPAINT_AWAITING_COMPLETION)
return 1;
weston_output_finish_frame_from_timer(&output->base);
return 1;