From 5514047b43e3ade620050448ca0eb41928b88221 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 4 Jun 2019 18:32:55 +0200 Subject: Cleanup: remove unused global variables plangflow and plangfhigh The last user was removed in 1093d6235b5657746f2cb4524ed08cf13c80c3bb. Signed-off-by: Berthold Stoeger --- core/planner.c | 2 -- core/planner.h | 1 - 2 files changed, 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 } -- cgit v1.2.3-70-g09d2