summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-02-12 07:45:05 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-12 11:11:34 -0800
commit7fedc5931ae341a808c3a00a3c98617ba65bbbe3 (patch)
tree5b453c8b8e01c1818382b496f172600d17e2505c
parent2b4115d712e4cf82f7adeb9d3e59fd7e1d376e53 (diff)
downloadsubsurface-7fedc5931ae341a808c3a00a3c98617ba65bbbe3.tar.gz
Cleanup: remove declaration of get_error_string()
This function was removed in #8f81a22e7f26729cc2f4902ba7db8f696314539f. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--core/dive.h1
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);