output-damage: drop unused pending_attach_render

This commit is contained in:
Kirill Primak 2022-10-07 18:09:26 +03:00
parent dd0665d822
commit 46a686ce6b
1 changed files with 0 additions and 2 deletions

View File

@ -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;