cairo_clip_path_t: Remove extents

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2011-09-03 14:05:44 +02:00
parent 7cf7ee5e29
commit cd69c8ef68

View file

@ -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 {