diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-19 21:52:10 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-01 10:21:44 -0800 |
commit | 4cff23ef7a9a5cc7e747198eacc2694a16d8f561 (patch) | |
tree | 8698324b47545a7459e9f56338eeb4f4edd99c2d /core/pref.h | |
parent | eed4e2746d5a81975f3cabf440e241a38a4aec7c (diff) | |
download | subsurface-4cff23ef7a9a5cc7e747198eacc2694a16d8f561.tar.gz |
mobile: remove filter settings
These are not used anymore.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/pref.h b/core/pref.h index cfad1abfe..344308549 100644 --- a/core/pref.h +++ b/core/pref.h @@ -121,8 +121,6 @@ struct preferences { int o2consumption; // ml per min int pscr_ratio; // dump ratio times 1000 bool use_default_file; - bool filterFullTextNotes; // mobile only - include notes information in full text searh - bool filterCaseSensitive; // mobile only - make fltering case sensitive bool extraEnvironmentalDefault; bool salinityEditDefault; |