summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/error.h')
-rw-r--r--os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/error.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/error.h b/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/error.h
deleted file mode 100644
index f24246c8..00000000
--- a/os-plugins/plugins/vmchooser/src/fltk-2/include/fltk/error.h
+++ /dev/null
@@ -1,19 +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 {
-
-extern FL_API void (*warning)(const char*, ...);
-extern FL_API void (*error)(const char*, ...);
-extern FL_API void (*fatal)(const char*, ...);
-
-}
-#endif