[poppler] poppler/Object.h
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Nov 22 20:59:22 UTC 2019
poppler/Object.h | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit dc85457466acf5f9ce87988c812d47254ac74ad0
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri Nov 22 21:49:01 2019 +0100
Remove Object::streamGetLine
diff --git a/poppler/Object.h b/poppler/Object.h
index 439bbff6..5f129c3d 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;
- char *streamGetLine(char *buf, int size) const;
void streamSetPos(Goffset pos, int dir = 0);
Dict *streamGetDict() const;
@@ -415,9 +414,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 char *Object::streamGetLine(char *buf, int size) const
- { OBJECT_TYPE_CHECK(objStream); return stream->getLine(buf, size); }
-
inline Dict *Object::streamGetDict() const
{ OBJECT_TYPE_CHECK(objStream); return stream->getDict(); }
More information about the poppler
mailing list