summaryrefslogtreecommitdiffstats
path: root/include/qpdf/BufferInputSource.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/BufferInputSource.hh')
-rw-r--r--include/qpdf/BufferInputSource.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qpdf/BufferInputSource.hh b/include/qpdf/BufferInputSource.hh
index 65206d50..561018f6 100644
--- a/include/qpdf/BufferInputSource.hh
+++ b/include/qpdf/BufferInputSource.hh
@@ -54,8 +54,6 @@ class BufferInputSource: public InputSource
virtual void unreadCh(char ch);
private:
- static void range_check(qpdf_offset_t cur, qpdf_offset_t delta);
-
class Members
{
friend class BufferInputSource;