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/subsurfacestartup.c | |
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/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index bc3197ef1..db18c34ce 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -101,8 +101,6 @@ struct preferences default_prefs = { .auto_recalculate_thumbnails = true, .extract_video_thumbnails = true, .extract_video_thumbnails_position = 20, // The first fifth seems like a reasonable place - .filterCaseSensitive = false, - .filterFullTextNotes = true, }; int run_survey; |