summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-11-25 19:09:04 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-26 09:28:34 -0800
commit85f0749c854b014d6f8759426fa981eb9418ca18 (patch)
treede2380f613d7cde63543c7f6f7301c180705f5cf /dive.h
parent544a8b9d7742befe8af768eca00c254b8a11cfb1 (diff)
downloadsubsurface-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 43b7b8d59..18a48c94e 100644
--- a/dive.h
+++ b/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;