summaryrefslogtreecommitdiff
path: root/src/cairo-image-surface-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-05-31 18:30:58 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-05-31 18:30:58 +0100
commitc0a92bf8329c5a8aee76ac96034435d4fce043dc (patch)
tree7f5ac1c53f76cf8d785937f4cf4ad8f741ed9da0 /src/cairo-image-surface-private.h
parent9e933d4b8790f0f8309bdd980f4558d51ccec168 (diff)
downloadcairo-c0a92bf8329c5a8aee76ac96034435d4fce043dc.tar.gz
surface: replace map-to-image clone's use of user_data with parent pointer
Removes an another undeclared PLT entry and prevents mixing of user_data with internal state. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-image-surface-private.h')
-rw-r--r--src/cairo-image-surface-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairo-image-surface-private.h b/src/cairo-image-surface-private.h
index 8f7364cb2..96601808c 100644
--- a/src/cairo-image-surface-private.h
+++ b/src/cairo-image-surface-private.h
@@ -220,9 +220,6 @@ cairo_private cairo_image_surface_t *
_cairo_image_surface_clone_subimage (cairo_surface_t *surface,
const cairo_rectangle_int_t *extents);
-cairo_private cairo_bool_t
-_cairo_image_surface_is_clone (cairo_image_surface_t *surface);
-
CAIRO_END_DECLS
#endif /* CAIRO_IMAGE_SURFACE_PRIVATE_H */