X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fxpdf%2FError.h;h=77801c5912a26b497240b188d58b2f19e22cf6f3;hb=50dd339d3d6262763616efe8d7ee415ab19befb9;hp=f651678c85c44405b3e9c83c5e294591e10254f8;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/pdf2swf/xpdf/Error.h b/pdf2swf/xpdf/Error.h index f651678..77801c5 100644 --- a/pdf2swf/xpdf/Error.h +++ b/pdf2swf/xpdf/Error.h @@ -2,7 +2,7 @@ // // Error.h // -// Copyright 1996 Derek B. Noonburg +// Copyright 1996-2002 Glyph & Cog, LLC // //======================================================================== @@ -16,11 +16,6 @@ #include #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