mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove unsused flags in struct dive_trip
Usage of the flags expanded, selected and fixup was removed some time ago. Remove the flags too. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
63b47ff530
commit
282e6a9f48
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ typedef struct dive_trip
|
|||
int nrdives, showndives;
|
||||
/* Used by the io-routines to mark trips that have already been written. */
|
||||
bool saved;
|
||||
unsigned expanded : 1, selected : 1, autogen : 1, fixup : 1;
|
||||
bool autogen;
|
||||
struct dive_trip *next;
|
||||
} dive_trip_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue