summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-21 11:44:13 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-21 11:45:20 +0000
commit9a98f19611dad6af594cdda78bfeda56e0f9eafc (patch)
tree104c0909af9ea7e41961d9bb6652f6fa3c7a00b7
parentcbaf33e02d45d05e1a23080f9bc0a8cd6c5f96fc (diff)
downloadnetsurf-9a98f19611dad6af594cdda78bfeda56e0f9eafc.tar.gz
netsurf-9a98f19611dad6af594cdda78bfeda56e0f9eafc.tar.bz2
Core: Remove unused minimum GIF delay option.
-rw-r--r--desktop/options.h3
-rw-r--r--test/data/Choices1
-rw-r--r--test/data/Choices-all1
3 files changed, 0 insertions, 5 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 0e56ad350..326e041f6 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -105,9 +105,6 @@ NSOPTION_BOOL(block_advertisements, false)
* http://www.w3.org/Submission/2011/SUBM-web-tracking-protection-20110224/#dnt-uas */
NSOPTION_BOOL(do_not_track, false)
-/** Minimum GIF animation delay */
-NSOPTION_INTEGER(minimum_gif_delay, 10)
-
/** Whether to send the referer HTTP header */
NSOPTION_BOOL(send_referer, true)
diff --git a/test/data/Choices b/test/data/Choices
index a1fc15bde..511ecf87e 100644
--- a/test/data/Choices
+++ b/test/data/Choices
@@ -30,7 +30,6 @@ disc_cache_size:1073741824
disc_cache_age:28
block_advertisements:0
do_not_track:0
-minimum_gif_delay:10
send_referer:1
foreground_images:1
background_images:1
diff --git a/test/data/Choices-all b/test/data/Choices-all
index b430db541..65a467d16 100644
--- a/test/data/Choices-all
+++ b/test/data/Choices-all
@@ -20,7 +20,6 @@ disc_cache_size:1073741824
disc_cache_age:28
block_advertisements:0
do_not_track:0
-minimum_gif_delay:10
send_referer:1
foreground_images:1
background_images:1