summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/mupdf.h')
-rw-r--r--pdf/mupdf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/pdf/mupdf.h b/pdf/mupdf.h
index 10cc6f08..b3807852 100644
--- a/pdf/mupdf.h
+++ b/pdf/mupdf.h
@@ -122,11 +122,6 @@ void pdf_delete_object(pdf_document *xref, int num);
void pdf_update_object(pdf_document *xref, int num, pdf_obj *obj);
/*
- pdf_get_stream: Return the contents for object in xref table
-*/
-fz_buffer *pdf_get_stream(pdf_document *xref, int num);
-
-/*
pdf_update_stream: Replace stream contents for object in xref table with the passed in buffer.
The buffer contents must match the /Filter setting.