summaryrefslogtreecommitdiff
path: root/src/cairo.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-09-30 08:54:19 +0200
committerBenjamin Otte <otte@gnome.org>2009-09-30 08:58:19 +0200
commit6809e1216119e16c5be236418dc560d2e9bf854d (patch)
treed76fc38a8377e3134743659a590bfb514a1eefe0 /src/cairo.h
parentf8c49b4187a32b60408b23b2c2abce1778a8dc95 (diff)
[API] Make _cairo_meta_surface_replay() private again
Replaying a meta surface can be achieved by using it as a source for a cairo_paint() so exporting a separate API is unnecesary and confusing. So after consulting Chris and Carl, we decided to remove the function again.
Diffstat (limited to 'src/cairo.h')
-rw-r--r--src/cairo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cairo.h b/src/cairo.h
index 3b5eb36e..c239deac 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -2189,10 +2189,6 @@ cairo_meta_surface_ink_extents (cairo_surface_t *surface,
double *width,
double *height);
-cairo_public cairo_status_t
-cairo_meta_surface_replay (cairo_surface_t *surface,
- cairo_surface_t *target);
-
/* Tee-surface functions */
cairo_public cairo_surface_t *