diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index 4172c9bca..ecb767827 100644 --- a/core/dive.h +++ b/core/dive.h @@ -707,7 +707,6 @@ extern "C" { #endif extern int report_error(const char *fmt, ...); -extern void report_message(const char *msg); extern const char *get_error_string(void); extern void set_error_cb(void(*cb)(void)); |