summaryrefslogtreecommitdiffstats
path: root/core/divelist.c
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/divelist.c
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/divelist.c')
-rw-r--r--core/divelist.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/divelist.c b/core/divelist.c
index 5a60594d7..df28bba69 100644
--- a/core/divelist.c
+++ b/core/divelist.c
@@ -831,9 +831,7 @@ void process_loaded_dives()
/* Autogroup dives if desired by user. */
autogroup_dives(&dive_table, &trip_table);
-#ifndef SUBSURFACE_MOBILE
fulltext_reload();
-#endif
}
/*
@@ -1343,9 +1341,7 @@ int get_dive_id_closest_to(timestamp_t when)
void clear_dive_file_data()
{
-#ifndef SUBSURFACE_MOBILE
fulltext_unregister_all();
-#endif
while (dive_table.nr)
delete_single_dive(0);