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>
This commit is contained in:
parent
6708e06872
commit
06e578424e
2
dive.h
2
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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user