summaryrefslogtreecommitdiffstats
path: root/deco.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-25 16:05:59 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-25 16:05:59 -0800
commit3ab27e65e8086199d6d23f0bd5d6f5a22b37a349 (patch)
treede42ef30bcf155c076e174d6d26508628f53decc /deco.c
parent39a79e0c4676c9a0d1d81f36a0941d17ef2524fc (diff)
downloadsubsurface-3ab27e65e8086199d6d23f0bd5d6f5a22b37a349.tar.gz
Removed unused structure definition in deco.c
Leftover from the initial implementation. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'deco.c')
-rw-r--r--deco.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/deco.c b/deco.c
index 52aac0913..08533750c 100644
--- a/deco.c
+++ b/deco.c
@@ -29,11 +29,6 @@ struct buehlmann_config {
double gf_low_position_min; //! gf_low_position below surface_min_shallow.
};
struct buehlmann_config buehlmann_config = { 1.0, 1.01, 0, 0.75, 0.35, 2.0 };
-struct dive_data {
- double pressure; //! pesent ambient pressure
- double surface; //! pressure at water surface
- struct gasmix *gasmix; //! current selected gas
-};
const double buehlmann_N2_a[] = {1.1696, 1.0, 0.8618, 0.7562,
0.62, 0.5043, 0.441, 0.4,