Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/Error.h')
-rw-r--r--pdf/xpdf/Error.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/pdf/xpdf/Error.h b/pdf/xpdf/Error.h
deleted file mode 100644
index da2f831..0000000
--- a/pdf/xpdf/Error.h
+++ /dev/null
@@ -1,23 +0,0 @@
-//========================================================================
-//
-// Error.h
-//
-// Copyright 1996-2003 Glyph & Cog, LLC
-//
-//========================================================================
-
-#ifndef ERROR_H
-#define ERROR_H
-
-#include <aconf.h>
-
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
-
-#include <stdio.h>
-#include "xpdfconfig.h"
-
-extern void CDECL error(int pos, char *msg, ...);
-
-#endif