mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
2b4115d712
commit
7fedc5931a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue