mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue