From e9aaab3c19b7c7aee505bffe8b7680c93a74acdc Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 11 Mar 2022 23:31:25 +0100 Subject: [PATCH] core: remove dc_number declaration from display.h The global variable is already declared in dive.h Signed-off-by: Berthold Stoeger --- core/display.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/display.h b/core/display.h index a8ceb1484..e2741493f 100644 --- a/core/display.h +++ b/core/display.h @@ -28,8 +28,6 @@ struct plot_info { extern struct divecomputer *select_dc(struct dive *); -extern unsigned int dc_number; - extern int is_default_dive_computer_device(const char *); typedef void (*device_callback_t)(const char *name, void *userdata);