From 39ed1b657ae247548ecbe7a26aac83999f5ba8b8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 8 Dec 2017 08:19:13 -0600 Subject: Cleanup: remove unused parameter Signed-off-by: Dirk Hohndel --- core/dive.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/dive.c b/core/dive.c index f37ad6272..d990f6a2f 100644 --- a/core/dive.c +++ b/core/dive.c @@ -1423,7 +1423,7 @@ static void fixup_dc_depths(struct dive *dive, struct divecomputer *dc) dive->maxdepth.mm = maxdepth; } -static void fixup_dc_ndl(struct dive *dive, struct divecomputer *dc) +static void fixup_dc_ndl(struct divecomputer *dc) { int i; @@ -1654,7 +1654,7 @@ static void fixup_dive_dc(struct dive *dive, struct divecomputer *dc) fixup_dc_depths(dive, dc); /* Fix up first sample ndl data */ - fixup_dc_ndl(dive, dc); + fixup_dc_ndl(dc); /* Fix up dive temperatures based on dive computer samples */ fixup_dc_temp(dive, dc); -- cgit v1.2.3-70-g09d2