mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
d9f24b282a
commit
90b0f75d40
7 changed files with 29 additions and 240 deletions
4
dive.c
4
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue