summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-06-04 18:32:55 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-06-19 13:11:10 -0700
commit5514047b43e3ade620050448ca0eb41928b88221 (patch)
treeb23cfc6a82bf4bb160494dd7f270bf57e32d21cd
parentef8c5cd9ab2e3cf88373254974b9121db42101a2 (diff)
downloadsubsurface-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>
-rw-r--r--core/planner.c2
-rw-r--r--core/planner.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/core/planner.c b/core/planner.c
index 26efd56ac..d75ce4ad6 100644
--- a/core/planner.c
+++ b/core/planner.c
@@ -35,8 +35,6 @@ static int decostoplevels_imperial[] = { 0, 3048, 6096, 9144, 12192, 15240, 1828
182880, 193040, 203200, 223520, 243840, 264160, 284480, 304800,
325120, 345440, 365760, 386080 };
-double plangflow, plangfhigh;
-
extern double regressiona();
extern double regressionb();
extern void reset_regression();
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
}