aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-01-30 03:05:15 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 03:05:46 +0100
commitec538792fac039daa9636f9c94000b7bc1f3a669 (patch)
treec8a755d6d3f66bed71327d8470cc857e02012cb5 /libqpdf/qpdf
parent5b5f45e9dde77df4e8da50ac2a102db6bfc2aa27 (diff)
downloadqpdf-ec538792fac039daa9636f9c94000b7bc1f3a669.tar.zst
Use inline image token type in tokenizer filter
Diffstat (limited to 'libqpdf/qpdf')
-rw-r--r--libqpdf/qpdf/Pl_QPDFTokenizer.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/libqpdf/qpdf/Pl_QPDFTokenizer.hh b/libqpdf/qpdf/Pl_QPDFTokenizer.hh
index 0d041577..e47064eb 100644
--- a/libqpdf/qpdf/Pl_QPDFTokenizer.hh
+++ b/libqpdf/qpdf/Pl_QPDFTokenizer.hh
@@ -33,9 +33,6 @@ class Pl_QPDFTokenizer: public Pipeline
bool last_char_was_cr;
bool unread_char;
char char_to_unread;
- bool in_inline_image;
- static int const IMAGE_BUF_SIZE = 4; // must be >= 4
- char image_buf[IMAGE_BUF_SIZE];
};
#endif // __PL_QPDFTOKENIZER_HH__