Mercurial > public > ostc4
diff Discovery/Inc/logbook.h @ 194:f23b9055436f div-fixes-cleanup-1
cleanup: more trivial cleanup (logbook.c/h)
Kick out unused code, commented code. Corrected some comments, and
most relevant: make things static where we can.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Tue, 19 Mar 2019 11:42:00 +0100 |
parents | 5f11787b4f42 |
children | 6e78137952af |
line wrap: on
line diff
--- a/Discovery/Inc/logbook.h Sat Mar 16 21:52:06 2019 +0100 +++ b/Discovery/Inc/logbook.h Tue Mar 19 11:42:00 2019 +0100 @@ -200,7 +200,6 @@ } SManualGas; void logbook_writeSample(SDiveState state); -//void logbook_writeSampleFinalBytes(void); void logbook_initNewdiveProfile(const SDiveState* pInfo, SSettings* pSettings); void logbook_EndDive(void);