diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-13 20:15:41 +0200 |
---|---|---|
committer | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-13 20:15:41 +0200 |
commit | ff6c1a34ad362347e2a3903f3882837d8e455b73 (patch) | |
tree | d87372d58e59b29b8c1432ecd77c087165ebf8e8 /core/display.h | |
parent | 39ab754406c5e63e1be6eacd90b71eaf5cc164ef (diff) | |
download | subsurface-ff6c1a34ad362347e2a3903f3882837d8e455b73.tar.gz |
cleanup: remove unused function is_default_dive_computer()
The last actual user was apparently removed back in 2013(!):
34db6dc2bea6173c070c9820a2e57a511b9ca0b1
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/display.h')
-rw-r--r-- | core/display.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/display.h b/core/display.h index cdeac9961..8fbe34261 100644 --- a/core/display.h +++ b/core/display.h @@ -30,7 +30,6 @@ extern struct divecomputer *select_dc(struct dive *); extern unsigned int dc_number; extern int is_default_dive_computer_device(const char *); -extern int is_default_dive_computer(const char *, const char *); typedef void (*device_callback_t)(const char *name, void *userdata); |