upgrade to xpdf 1.01.
[swftools.git] / pdf2swf / xpdf / Error.h
index f651678..77801c5 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Error.h
 //
-// Copyright 1996 Derek B. Noonburg
+// Copyright 1996-2002 Glyph & Cog, LLC
 //
 //========================================================================
 
 #include <stdio.h>
 #include "config.h"
 
-// File to send error (and other) messages to.
-extern FILE *errFile;
-
-extern void errorInit();
-
 extern void CDECL error(int pos, char *msg, ...);
 
 #endif