diff options
-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 3793cc359..13a0be52b 100644 --- a/core/dive.h +++ b/core/dive.h @@ -718,7 +718,6 @@ extern "C" { #endif extern int report_error(const char *fmt, ...); -extern const char *get_error_string(void); extern void set_error_cb(void(*cb)(char *)); // Callback takes ownership of passed string extern struct dive *find_dive_including(timestamp_t when); |