summaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 3764b6fd9..d028cd84c 100644
--- a/profile.c
+++ b/profile.c
@@ -859,7 +859,6 @@ void calculate_deco_information(struct dive *dive, struct divecomputer *dc, stru
if ((t1 - j < time_stepsize) && (j < t1))
time_stepsize = t1 - j;
}
- boyles_law(depth_to_mbar((entry->depth < (entry - 1)->ceiling) ? entry->depth : (entry - 1)->ceiling, &displayed_dive) / 1000.0);
if (t0 == t1)
entry->ceiling = (entry - 1)->ceiling;
else