summaryrefslogtreecommitdiff
path: root/src/cairo-pdf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-04-14 14:52:42 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-04-14 14:54:07 +0100
commit93d42e82a43a0e2f531331b127ec82d8a3b6eded (patch)
tree31dec1ddc6f13f6fadbaff0b5b86e18ea3e583d8 /src/cairo-pdf.h
parentd486ea30f1a58640a1178de74f705a73845b1cda (diff)
downloadcairo-93d42e82a43a0e2f531331b127ec82d8a3b6eded.tar.gz
Revert accidental push of ps debugging API.
This reverts commits 6ad8c96fd81e06cea6ada4a83e7c5614f150f914, a3f97d1d2e77a0fee4ca03d5dc9968952a440561, 25abe582982caeb07d1e0af4acca53bb110a33bf I should know better by now than to push without checking for outstanding changes.
Diffstat (limited to 'src/cairo-pdf.h')
-rw-r--r--src/cairo-pdf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 91ee3f1a9..1bc8524f2 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -85,11 +85,6 @@ cairo_pdf_surface_set_size (cairo_surface_t *surface,
double width_in_points,
double height_in_points);
-/* debug interface */
-
-cairo_public void
-cairo_pdf_surface_debug_force_fallbacks (cairo_surface_t *abstract_surface);
-
CAIRO_END_DECLS
#else /* CAIRO_HAS_PDF_SURFACE */