From 857e591a59b17035fd70de1405356e22ade25ce1 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 18 Feb 2020 16:24:12 +0100 Subject: mobile: remove dive::collapsed This was used by the old dive-list to mark collapsed entries. Signed-off-by: Berthold Stoeger --- core/dive.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/dive.h b/core/dive.h index 55858932d..58d79cc37 100644 --- a/core/dive.h +++ b/core/dive.h @@ -172,9 +172,6 @@ struct dive { bool selected; bool hidden_by_filter; struct full_text_cache *full_text; /* word cache for full text search */ -#if defined(SUBSURFACE_MOBILE) - uint8_t collapsed; /* four values: 0 = don't show, 1 = show as dive, 2 = show corresponding trip, 3 = show dive and trip */ -#endif }; /* For the top-level list: an entry is either a dive or a trip */ -- cgit v1.2.3-70-g09d2