summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-18 16:25:01 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-01 10:21:44 -0800
commit5bbc0fdb586547fa1db887e82ff6556febbabc43 (patch)
tree845552cd10fc9448d1d2f7364c00f3465bb177dd /core/dive.h
parent2c038a24b0931670f94c991a239223fc57ff85f4 (diff)
downloadsubsurface-5bbc0fdb586547fa1db887e82ff6556febbabc43.tar.gz
filter: compile fulltext index on mobile
The code is not used yet. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/dive.h b/core/dive.h
index a57021976..e64164e75 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -171,9 +171,7 @@ struct dive {
bool notrip; /* Don't autogroup this dive to a trip */
bool selected;
bool hidden_by_filter;
-#if !defined(SUBSURFACE_MOBILE)
struct full_text_cache *full_text; /* word cache for full text search */
-#endif
#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