chore(swappy): remove unused state variable

This commit is contained in:
Jeremy Attali 2021-02-15 17:18:23 -05:00 committed by Jeremy Attali
parent c04ed63d26
commit ecbcf2b80c

View File

@ -153,8 +153,6 @@ struct swappy_state {
cairo_surface_t *scaled_image_surface;
cairo_surface_t *rendered_surface;
GList *patterns; // List of cairo_pattern_t
enum swappy_paint_type mode;
/* Options */