filter: compile fulltext index on mobile

The code is not used yet.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-02-18 16:25:01 +01:00 committed by Dirk Hohndel
parent 2c038a24b0
commit 5bbc0fdb58
7 changed files with 8 additions and 20 deletions

View file

@ -13,9 +13,6 @@
#ifndef FULLTEXT_H
#define FULLTEXT_H
// For now only compile on desktop
#ifndef SUBSURFACE_MOBILE
// 1) The C-accessible interface
#ifdef __cplusplus
@ -65,5 +62,4 @@ FullTextResult fulltext_find_dives(const FullTextQuery &q, StringFilterMode);
bool fulltext_dive_matches(const struct dive *d, const FullTextQuery &q, StringFilterMode);
#endif
#endif // SUBSURFACE_MOBILE
#endif