mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 04:02:34 +03:00
Core: Remove unused minimum GIF delay option.
This commit is contained in:
parent
cbaf33e02d
commit
9a98f19611
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user