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:
parent
d5fafc0e44
commit
e9aaab3c19
@ -28,8 +28,6 @@ struct plot_info {
|
|||||||
|
|
||||||
extern struct divecomputer *select_dc(struct dive *);
|
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_device(const char *);
|
||||||
|
|
||||||
typedef void (*device_callback_t)(const char *name, void *userdata);
|
typedef void (*device_callback_t)(const char *name, void *userdata);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user