mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Remove external declaration of non-existant global variable
Just to slightly reduce possible confusion. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
48e9257de4
commit
4e6a0c8503
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ extern void set_last_stop(bool last_stop_6m);
|
|||
extern void get_gas_from_events(struct divecomputer *dc, int time, int *o2, int *he);
|
||||
extern int get_gasidx(struct dive *dive, int o2, int he);
|
||||
|
||||
extern struct diveplan diveplan;
|
||||
extern struct dive *planned_dive;
|
||||
extern char *cache_data;
|
||||
extern char *disclaimer;
|
||||
|
|
Loading…
Reference in a new issue