diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-11-25 19:09:04 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-11-26 09:28:34 -0800 |
commit | 85f0749c854b014d6f8759426fa981eb9418ca18 (patch) | |
tree | de2380f613d7cde63543c7f6f7301c180705f5cf /dive.h | |
parent | 544a8b9d7742befe8af768eca00c254b8a11cfb1 (diff) | |
download | subsurface-85f0749c854b014d6f8759426fa981eb9418ca18.tar.gz |
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>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |