render: Drop rendering_with_buffer

This is always true now that we can only render with a buffer.
This commit is contained in:
Alexander Orzechowski 2023-11-29 15:28:00 -05:00
parent 7702a19739
commit d7ecdad4e0
2 changed files with 1 additions and 7 deletions

View file

@ -41,7 +41,6 @@ struct wlr_renderer {
const struct wlr_renderer_impl *impl;
bool rendering;
bool rendering_with_buffer;
};
/**