Core: Remove unused minimum GIF delay option.

This commit is contained in:
Michael Drake 2020-02-21 11:44:13 +00:00
parent cbaf33e02d
commit 9a98f19611
3 changed files with 0 additions and 5 deletions

View File

@ -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)

View File

@ -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

View File

@ -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