From 282e6a9f48e06f39e58073f188e6e8020af9145b Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 7 Nov 2018 23:28:21 +0100 Subject: 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 --- core/dive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2