summaryrefslogtreecommitdiffstats
path: root/fltk/fltk/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'fltk/fltk/error.h')
-rw-r--r--fltk/fltk/error.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/fltk/fltk/error.h b/fltk/fltk/error.h
deleted file mode 100644
index 6b5d033..0000000
--- a/fltk/fltk/error.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*! \file
- Functions to report errors and possibly kill the program.
- You can change these pointers from their default values so that
- fltk calls your code instead.
-*/
-
-#ifndef fltk_error_h
-#define fltk_error_h
-
-#include "FL_API.h"
-
-namespace fltk {
-
-/// \name fltk/error.h
-//@{
-
-extern FL_API void (*warning)(const char*, ...);
-extern FL_API void (*error)(const char*, ...);
-extern FL_API void (*fatal)(const char*, ...);
-
-//@}
-
-}
-#endif