aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index bca4e16b4..7e4336317 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -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;