diff options
Diffstat (limited to 'src/cairoint.h')
-rw-r--r-- | src/cairoint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index f728cd01..4ec73c80 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -130,7 +130,6 @@ typedef struct cairo_edge { Bool clockWise; XFixed current_x; - struct cairo_edge *next, *prev; } cairo_edge_t; typedef struct cairo_polygon { |