summaryrefslogtreecommitdiff
path: root/gs/devices/vector/gdevpdfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/devices/vector/gdevpdfx.h')
-rw-r--r--gs/devices/vector/gdevpdfx.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gs/devices/vector/gdevpdfx.h b/gs/devices/vector/gdevpdfx.h
index df73ab137..be010a261 100644
--- a/gs/devices/vector/gdevpdfx.h
+++ b/gs/devices/vector/gdevpdfx.h
@@ -593,9 +593,6 @@ struct gx_device_pdf_s {
bool AbortPDFAX; /* Abort generation of PDFA or X, produce regular PDF */
long MaxClipPathSize; /* The maximal number of elements of a clipping path
that the target viewer|printer can handle. */
-#ifdef DEPRECATED_906
- long MaxViewerMemorySize;
-#endif
long MaxShadingBitmapSize; /* The maximal number of bytes in
a bitmap representation of a shading.
(Bigger shadings to be downsampled). */
@@ -1110,12 +1107,6 @@ void pdf_reverse_resource_chain(gx_device_pdf *pdev, pdf_resource_type_t rtype);
*/
int pdf_free_resource_objects(gx_device_pdf *pdev, pdf_resource_type_t rtype);
-#ifdef DEPRECATED_906
-/* Write and free all resource objects. */
-
-int pdf_write_and_free_all_resource_objects(gx_device_pdf *pdev);
-#endif
-
/*
* Store the resource sets for a content stream (page or XObject).
* Sets page->{procsets, resource_ids[], fonts_id}.
@@ -1419,14 +1410,6 @@ int pdf_replace_names(gx_device_pdf *pdev, const gs_param_string *from,
/* For gdevpdf.c */
-#ifdef DEPRECATED_906
-/*
- * Close the text-related parts of a document, including writing out font
- * and related resources.
- */
-int pdf_close_text_document(gx_device_pdf *pdev);
-#endif
-
int write_font_resources(gx_device_pdf *pdev, pdf_resource_list_t *prlist);
/* ---------------- Exported by gdevpdft.c ---------------- */