summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-13 12:14:24 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-13 14:27:34 -0800
commit06e578424e272b1c500c2a9e79b4367465fb4ac8 (patch)
treeacf19504062cc13c775441a110e95ad7766d9889 /dive.h
parent6708e06872b395c5a0d22d4f5cf17f8ec19bdaf3 (diff)
downloadsubsurface-06e578424e272b1c500c2a9e79b4367465fb4ac8.tar.gz
Finally remove location, latitude and longitude from struct dive
With this all references to these members should be gone and all the code should be switched over to the dive site infrastructure. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dive.h b/dive.h
index 105d5d8c5..533a193b6 100644
--- a/dive.h
+++ b/dive.h
@@ -321,12 +321,10 @@ struct dive {
bool hidden_by_filter;
bool downloaded;
timestamp_t when;
- char *location;
uint32_t dive_site_uuid;
char *notes;
char *divemaster, *buddy;
int rating;
- degrees_t latitude, longitude;
int visibility; /* 0 - 5 star rating */
cylinder_t cylinder[MAX_CYLINDERS];
weightsystem_t weightsystem[MAX_WEIGHTSYSTEMS];