diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-06-04 18:32:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-06-19 13:11:10 -0700 |
commit | 5514047b43e3ade620050448ca0eb41928b88221 (patch) | |
tree | b23cfc6a82bf4bb160494dd7f270bf57e32d21cd /core/planner.h | |
parent | ef8c5cd9ab2e3cf88373254974b9121db42101a2 (diff) | |
download | subsurface-5514047b43e3ade620050448ca0eb41928b88221.tar.gz |
Cleanup: remove unused global variables plangflow and plangfhigh
The last user was removed in 1093d6235b5657746f2cb4524ed08cf13c80c3bb.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/planner.h')
-rw-r--r-- | core/planner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/planner.h b/core/planner.h index fb5338c8f..b7e3c7241 100644 --- a/core/planner.h +++ b/core/planner.h @@ -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 } |