summaryrefslogtreecommitdiffstats
path: root/core/planner.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/planner.c')
-rw-r--r--core/planner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/planner.c b/core/planner.c
index c0b07680d..3ba8f4c9f 100644
--- a/core/planner.c
+++ b/core/planner.c
@@ -1067,7 +1067,6 @@ bool plan(struct diveplan *diveplan, struct dive *dive, int timestep, struct dec
diveplan->eff_gflow = lrint(100.0 * (regressiona() * first_stop_depth + regressionb()));
}
-
create_dive_from_plan(diveplan, dive, is_planner);
add_plan_to_notes(diveplan, dive, show_disclaimer, error);
fixup_dc_duration(&dive->dc);