mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 2 deletions
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…
Add table
Reference in a new issue