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/settings/qPrefGeneral.cpp | |
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/settings/qPrefGeneral.cpp')
-rw-r--r-- | core/settings/qPrefGeneral.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/settings/qPrefGeneral.cpp b/core/settings/qPrefGeneral.cpp index 96b9a1aca..c790bcda7 100644 --- a/core/settings/qPrefGeneral.cpp +++ b/core/settings/qPrefGeneral.cpp @@ -21,8 +21,6 @@ void qPrefGeneral::loadSync(bool doSync) disk_defaultsetpoint(doSync); disk_o2consumption(doSync); disk_pscr_ratio(doSync); - disk_filterFullTextNotes(doSync); - disk_filterCaseSensitive(doSync); if (!doSync) { load_diveshareExport_uid(); @@ -39,7 +37,3 @@ HANDLE_PREFERENCE_INT(General, "pscr_ratio", pscr_ratio); HANDLE_PROP_QSTRING(General, "diveshareExport/uid", diveshareExport_uid); HANDLE_PROP_BOOL(General, "diveshareExport/private", diveshareExport_private); - -HANDLE_PREFERENCE_BOOL(General, "filterFullTextNotes", filterFullTextNotes); - -HANDLE_PREFERENCE_BOOL(General, "filterCaseSensitive", filterCaseSensitive); |