mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
2c038a24b0
commit
5bbc0fdb58
7 changed files with 8 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue