Cleanup: remove declaration of get_error_string()

This function was removed in #8f81a22e7f26729cc2f4902ba7db8f696314539f.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-02-12 07:45:05 +01:00 committed by Dirk Hohndel
parent 2b4115d712
commit 7fedc5931a

View file

@ -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);