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.c | |
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.c')
-rw-r--r-- | core/planner.c | 2 |
1 files changed, 0 insertions, 2 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(); |