diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-18 16:25:01 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-01 10:21:44 -0800 |
commit | 5bbc0fdb586547fa1db887e82ff6556febbabc43 (patch) | |
tree | 845552cd10fc9448d1d2f7364c00f3465bb177dd /core/fulltext.h | |
parent | 2c038a24b0931670f94c991a239223fc57ff85f4 (diff) | |
download | subsurface-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/fulltext.h')
-rw-r--r-- | core/fulltext.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fulltext.h b/core/fulltext.h index c22a118b8..fe6aa333b 100644 --- a/core/fulltext.h +++ b/core/fulltext.h @@ -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 |