diff options
author | Søren Sandmann <sandmann@redhat.com> | 2008-12-11 15:50:15 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2009-03-28 18:01:19 -0400 |
commit | 93b285dc2c9c9ec486e0096933c3611f73374fcb (patch) | |
tree | e7cbee39f111205b4174ec44f2f9ef219d1c9c86 /src/cairo-clip-private.h | |
parent | e3e1b35eb9eb3cf90d882a7452580f9efe00b89a (diff) |
[region] Get rid of clip->has_region
Diffstat (limited to 'src/cairo-clip-private.h')
-rw-r--r-- | src/cairo-clip-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-clip-private.h b/src/cairo-clip-private.h index 517c28cfd..b1a9d1af4 100644 --- a/src/cairo-clip-private.h +++ b/src/cairo-clip-private.h @@ -79,7 +79,6 @@ struct _cairo_clip { * A clip region that can be placed in the surface */ cairo_region_t *region; - cairo_bool_t has_region; /* * If the surface supports path clipping, we store the list of * clipping paths that has been set here as a linked list. |