aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFTokenizer.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/qpdf/QPDFTokenizer.hh b/include/qpdf/QPDFTokenizer.hh
index ed33e13c..c28d3c89 100644
--- a/include/qpdf/QPDFTokenizer.hh
+++ b/include/qpdf/QPDFTokenizer.hh
@@ -190,12 +190,6 @@ class QPDFTokenizer
QPDF_DLL
void expectInlineImage(PointerHolder<InputSource> input);
- // Legacy version. New code should not call this. The token
- // returned will include the EI keyword. The recipient of the
- // token will have to remove it.
- QPDF_DLL
- void expectInlineImage();
-
private:
// Do not implement copy or assignment
QPDFTokenizer(QPDFTokenizer const&);