diff options
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); |