mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 02:28:02 +02:00
cairo_clip_path_t: Remove extents
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
7cf7ee5e29
commit
cd69c8ef68
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ struct _cairo_clip_path {
|
|||
double tolerance;
|
||||
cairo_antialias_t antialias;
|
||||
cairo_clip_path_t *prev;
|
||||
|
||||
cairo_rectangle_int_t extents;
|
||||
};
|
||||
|
||||
struct _cairo_clip {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue