]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Object.h
Completely synched with Xpdf 0.90
[evince.git] / pdf / xpdf / Object.h
index cb7a4180263837e6b6fae740325cb3e376c63333..789cd5fac0a36b841f414ed33919751e4aa9662f 100644 (file)
@@ -177,7 +177,6 @@ public:
   char *streamGetLine(char *buf, int size);
   int streamGetPos();
   void streamSetPos(int pos);
-/*  BaseFile streamGetFile();*/
   Dict *streamGetDict();
 
   // Output.
@@ -290,9 +289,6 @@ inline int Object::streamGetPos()
 inline void Object::streamSetPos(int pos)
   { stream->setPos(pos); }
 
-/*inline BaseFile Object::streamGetFile()
-  { return stream->getFile(); }*/
-
 inline Dict *Object::streamGetDict()
   { return stream->getDict(); }