[poppler] poppler/Object.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 22 20:35:32 UTC 2019


 poppler/Object.h |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 8090142cbc9fc2d5dd9b39c22c042cfe5b088fda
Author: Albert Astals Cid <aacid at kde.org>
Date:   Fri Nov 22 18:55:04 2019 +0100

    Remove Object::streamLookChar

diff --git a/poppler/Object.h b/poppler/Object.h
index c1f4f2e2..439bbff6 100644
--- a/poppler/Object.h
+++ b/poppler/Object.h
@@ -297,7 +297,6 @@ public:
   void streamClose();
   int streamGetChar() const;
   int streamGetChars(int nChars, unsigned char *buffer) const;
-  int streamLookChar() const;
   char *streamGetLine(char *buf, int size) const;
   void streamSetPos(Goffset pos, int dir = 0);
   Dict *streamGetDict() const;
@@ -416,9 +415,6 @@ inline int Object::streamGetChar() const
 inline int Object::streamGetChars(int nChars, unsigned char *buffer) const
   { OBJECT_TYPE_CHECK(objStream); return stream->doGetChars(nChars, buffer); }
 
-inline int Object::streamLookChar() const
-  { OBJECT_TYPE_CHECK(objStream); return stream->lookChar(); }
-
 inline char *Object::streamGetLine(char *buf, int size) const
   { OBJECT_TYPE_CHECK(objStream); return stream->getLine(buf, size); }
 


More information about the poppler mailing list