diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-02-13 12:14:24 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-13 14:27:34 -0800 |
commit | 06e578424e272b1c500c2a9e79b4367465fb4ac8 (patch) | |
tree | acf19504062cc13c775441a110e95ad7766d9889 /dive.h | |
parent | 6708e06872b395c5a0d22d4f5cf17f8ec19bdaf3 (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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]; |