upgraded to xpdf-3.01pl1
[swftools.git] / pdf2swf / xpdf / Parser.h
index 3bc3ab2..b583baf 100644 (file)
@@ -31,13 +31,9 @@ public:
   ~Parser();
 
   // Get the next object from the input stream.
-#ifndef NO_DECRYPTION
   Object *getObj(Object *obj,
                 Guchar *fileKey = NULL, int keyLength = 0,
                 int objNum = 0, int objGen = 0);
-#else
-  Object *getObj(Object *obj);
-#endif
 
   // Get stream.
   Stream *getStream() { return lexer->getStream(); }