aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/dive.h3
1 files changed, 0 insertions, 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 */