mobile: remove dive::collapsed

This was used by the old dive-list to mark collapsed entries.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-18 16:24:12 +01:00 committed by Dirk Hohndel
parent 65fe892cba
commit 857e591a59

View file

@ -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 */