From 5bbc0fdb586547fa1db887e82ff6556febbabc43 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 18 Feb 2020 16:25:01 +0100 Subject: filter: compile fulltext index on mobile The code is not used yet. Signed-off-by: Berthold Stoeger --- core/divelist.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/divelist.c') 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); -- cgit v1.2.3-70-g09d2