summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/filter.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-05-07 16:46:16 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-05-16 12:48:07 +0200
commitf4cb197ad36f5ea3ab834abb41d2641daf152622 (patch)
treee5d7222f7ffb1308c1d060c367f363723151b739 /include/mupdf/fitz/filter.h
parentb4e9bdcd4daa09e27e112979750d1f85e3c5496e (diff)
downloadmupdf-f4cb197ad36f5ea3ab834abb41d2641daf152622.tar.xz
Purge unused functions.
Diffstat (limited to 'include/mupdf/fitz/filter.h')
-rw-r--r--include/mupdf/fitz/filter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/fitz/filter.h b/include/mupdf/fitz/filter.h
index 782c4d80..495b960e 100644
--- a/include/mupdf/fitz/filter.h
+++ b/include/mupdf/fitz/filter.h
@@ -15,7 +15,6 @@ typedef struct
int len;
} fz_range;
-fz_stream *fz_open_copy(fz_context *ctx, fz_stream *chain);
fz_stream *fz_open_null_n(fz_context *ctx, fz_stream *chain, fz_range *ranges, int nranges);
fz_stream *fz_open_null(fz_context *ctx, fz_stream *chain, int len, int64_t offset);
fz_stream *fz_open_concat(fz_context *ctx, int max, int pad);