diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-08-18 09:13:39 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-18 06:40:50 -0700 |
commit | 4e89a6020ec02fdc7a7af9b59ef918cb610f5a76 (patch) | |
tree | ada8a4e4b06b1e5fe0fc3c1fc5864e0912bf7b26 /dive.h | |
parent | 159c9eb2c1c19dfbf650f2b0cc28e0ef1f45c964 (diff) | |
download | subsurface-4e89a6020ec02fdc7a7af9b59ef918cb610f5a76.tar.gz |
Get rid of is_ok_vpmb
Since a8ce8, that made deco_allowed_depth work for VPM-B as well, this
function became obsolete but was reintroduced by one of Jan's latest patches.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -801,7 +801,6 @@ extern double restore_deco_state(char *data); extern void nuclear_regeneration(double time); extern void vpmb_start_gradient(); extern void vpmb_next_gradient(double deco_time, double surface_pressure); -extern bool is_vpmb_ok(double pressure); extern void boyles_law(double first_stop_pressure, double next_stop_pressure); /* this should be converted to use our types */ |