mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove 'when_from_file' field from dive trip
It had become a write-only field (apart from some now useless debugging) when simplifying the remove_autogen_trips() function. So remove it. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
544a8b9d77
commit
85f0749c85
3 changed files with 2 additions and 16 deletions
1
dive.h
1
dive.h
|
|
@ -275,7 +275,6 @@ extern const char *tripflag_names[NUM_TRIPFLAGS];
|
|||
typedef struct dive_trip {
|
||||
tripflag_t tripflag;
|
||||
timestamp_t when;
|
||||
timestamp_t when_from_file;
|
||||
char *location;
|
||||
char *notes;
|
||||
struct dive *dives;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue