core: remove dc_number declaration from display.h

The global variable is already declared in dive.h

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-03-11 23:31:25 +01:00 committed by Dirk Hohndel
parent d5fafc0e44
commit e9aaab3c19

View file

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