mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Remove unused structure member
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b36f8dd738
commit
b791b41db9
1 changed files with 0 additions and 1 deletions
1
dive.h
1
dive.h
|
@ -640,7 +640,6 @@ struct divedatapoint {
|
|||
|
||||
struct diveplan {
|
||||
timestamp_t when;
|
||||
int lastdive_nr;
|
||||
int surface_pressure; /* mbar */
|
||||
int bottomsac; /* ml/min */
|
||||
int decosac; /* ml/min */
|
||||
|
|
Loading…
Reference in a new issue