Cleanup: remove unused global variables plangflow and plangfhigh

The last user was removed in 1093d6235b.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-06-04 18:32:55 +02:00 committed by Dirk Hohndel
parent ef8c5cd9ab
commit 5514047b43
2 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@ extern void free_dps(struct diveplan *diveplan);
extern struct dive *planned_dive;
extern char *cache_data;
extern char *disclaimer;
extern double plangflow, plangfhigh;
#ifdef __cplusplus
}