summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
diff options
context:
space:
mode:
authorPaul Gardiner <paul@glidos.net>2012-06-13 15:09:57 +0100
committerPaul Gardiner <paul@glidos.net>2012-06-13 15:09:57 +0100
commite5998e33587f2eaa1fb1c82aad16496018058128 (patch)
tree89d58cf47d54809b221b8ab18b00f8ce22a1f926 /pdf/mupdf.h
parent6fcc55dfd7bf4b25c62ca8d405b5ec0f47ee9909 (diff)
downloadmupdf-e5998e33587f2eaa1fb1c82aad16496018058128.tar.xz
Remove unnecessary function and improve naming
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.