summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 11:48:14 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-07 11:48:14 -0700
commit90b0f75d4095a23ef3a0f43cc319784d4fc6acc3 (patch)
treec7209b8d1651ae8877f5bb0fd25da0e7ae5d1ff0 /dive.c
parentd9f24b282a1f1ed2455c20de62cf1dd9fa6ae48b (diff)
downloadsubsurface-90b0f75d4095a23ef3a0f43cc319784d4fc6acc3.tar.gz
Remove info.c/info.h
The one remaining helper function in there was moved to maintab.cpp (which was the one remaining user). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dive.c b/dive.c
index 5cfb9581c..33a1c7e0e 100644
--- a/dive.c
+++ b/dive.c
@@ -771,10 +771,6 @@ struct dive *fixup_dive(struct dive *dive)
int i;
struct divecomputer *dc;
- add_people(dive->buddy);
- add_people(dive->divemaster);
- add_location(dive->location);
- add_suit(dive->suit);
sanitize_cylinder_info(dive);
dive->maxcns = dive->cns;