Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / src / error.h
diff --git a/apps/Hawk/CVEiCL/EiC/src/error.h b/apps/Hawk/CVEiCL/EiC/src/error.h
deleted file mode 100644 (file)
index c378031..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef ERRORH_
-#define ERRORH_
-
-/* error handling  error.c
----------------------------*/
-void EiC_error(char *, ...);
-int EiC_match(int t, char * m);
-void EiC_warningerror(char *, ...);
-void EiC_clear_err_msgs(void);
-void EiC_formatMessage(char *,...);
-
-
-/* error handling  globals
----------------------------*/
-extern int EiC_ParseError;          /* if 1 an error has occured */
-extern int EiC_ErrorRecover;       /* if 1 attempting to recover from error*/
-extern int EiC_errs;           /* Number of errors and warnings */
-
-extern void (*EiC_messageDisplay)(char *);  /* pointer function to
-                                            * message Display
-                                            * function
-                                            */
-
-#endif