From 46a686ce6b02724f42b8d9ab8b7aeed958d4c7f6 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 7 Oct 2022 18:09:26 +0300 Subject: [PATCH] output-damage: drop unused pending_attach_render --- include/wlr/types/wlr_output_damage.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wlr/types/wlr_output_damage.h b/include/wlr/types/wlr_output_damage.h index 588bad6d..a09b420c 100644 --- a/include/wlr/types/wlr_output_damage.h +++ b/include/wlr/types/wlr_output_damage.h @@ -43,8 +43,6 @@ struct wlr_output_damage { pixman_region32_t previous[WLR_OUTPUT_DAMAGE_PREVIOUS_LEN]; size_t previous_idx; - bool pending_attach_render; - struct { struct wl_signal frame; struct wl_signal destroy;