summaryrefslogtreecommitdiff
path: root/pdf/mupdf-internal.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2013-06-13 15:28:15 +0100
committerRobin Watts <robin.watts@artifex.com>2013-06-13 15:29:40 +0100
commite74be383f23c8a35f5900b0de113035489fc212c (patch)
tree86ad8835b8892798fc358cbd6786640a3930a520 /pdf/mupdf-internal.h
parent919bc6d91961caac1f1e4aeb95fb581f778a5542 (diff)
downloadmupdf-e74be383f23c8a35f5900b0de113035489fc212c.tar.xz
Remove stray code from last commit.
When creating the previous commit, I considered an alternative way of working. While we didn't use this in the end, I forgot to remove it from the code before committing. Stripping it out here. Sorry.
Diffstat (limited to 'pdf/mupdf-internal.h')
-rw-r--r--pdf/mupdf-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdf/mupdf-internal.h b/pdf/mupdf-internal.h
index f6791335..95931352 100644
--- a/pdf/mupdf-internal.h
+++ b/pdf/mupdf-internal.h
@@ -58,7 +58,6 @@ void pdf_lexbuf_fin(pdf_lexbuf *lexbuf);
ptrdiff_t pdf_lexbuf_grow(pdf_lexbuf *lexbuf);
pdf_token pdf_lex(fz_stream *f, pdf_lexbuf *lexbuf);
-pdf_token pdf_lex_repair(fz_stream *f, pdf_lexbuf *buf);
pdf_obj *pdf_parse_array(pdf_document *doc, fz_stream *f, pdf_lexbuf *buf);
pdf_obj *pdf_parse_dict(pdf_document *doc, fz_stream *f, pdf_lexbuf *buf);