mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Filter: use hidden_by_filter also on mobile
Desktop used the hidden_in_filter flag in struct dive, mobile used its own vector plus a new showndives member in struct dive_trip. Unifiy these to use the same core-facility, viz. hidden_by_filter. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
70897dd1b7
commit
1ebf5a99ed
3 changed files with 16 additions and 38 deletions
|
@ -288,7 +288,6 @@ typedef struct dive_trip
|
|||
char *location;
|
||||
char *notes;
|
||||
struct dive_table dives;
|
||||
int showndives;
|
||||
/* Used by the io-routines to mark trips that have already been written. */
|
||||
bool saved;
|
||||
bool autogen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue