mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 13:48:02 +02:00
[cairo_polygon_t] Remove unused member 'closed'
This commit is contained in:
parent
2bf4ce389d
commit
81e15a454b
1 changed files with 0 additions and 2 deletions
|
|
@ -425,8 +425,6 @@ typedef struct _cairo_polygon {
|
|||
cairo_point_t current_point;
|
||||
int has_current_point;
|
||||
|
||||
int closed;
|
||||
|
||||
int num_edges;
|
||||
int edges_size;
|
||||
cairo_edge_t *edges;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue