summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-21 11:44:46 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-21 11:45:20 +0000
commit9232b8fedae8b33e46af08c8ce3eed63363cff34 (patch)
treec587123f82ae93510265651b5b58b7856e7238f5 /docs
parent9a98f19611dad6af594cdda78bfeda56e0f9eafc (diff)
downloadnetsurf-9232b8fedae8b33e46af08c8ce3eed63363cff34.tar.gz
netsurf-9232b8fedae8b33e46af08c8ce3eed63363cff34.tar.bz2
Docs: Don't mention removed minimum GIF delay option.
Diffstat (limited to 'docs')
-rw-r--r--docs/netsurf-fb.13
-rw-r--r--docs/netsurf-gtk.12
-rw-r--r--docs/netsurf-options.md1
3 files changed, 0 insertions, 6 deletions
diff --git a/docs/netsurf-fb.1 b/docs/netsurf-fb.1
index aa30ab36f..045c1fe1a 100644
--- a/docs/netsurf-fb.1
+++ b/docs/netsurf-fb.1
@@ -95,9 +95,6 @@ Maximum disc cache size.
.B \-\-block_advertisements
Boolean to enable ad blocking.
.TP
-.B \-\-minimum_gif_delay
-Minimum time between gif frames
-.TP
.B \-\-send_referer
Boolean controlling whether referer data should be sent
.TP
diff --git a/docs/netsurf-gtk.1 b/docs/netsurf-gtk.1
index 10f0ae570..2ae61be84 100644
--- a/docs/netsurf-gtk.1
+++ b/docs/netsurf-gtk.1
@@ -67,8 +67,6 @@ Maximum memory cache size.
Maximum disc cache size.
.It Fl -block_advertisements
Boolean to enable ad blocking.
-.It Fl -minimum_gif_delay
-Minimum time between gif frames
.It Fl -send_referer
Boolean controlling whether referrer data should be sent
.It Fl -animate_images
diff --git a/docs/netsurf-options.md b/docs/netsurf-options.md
index 553813842..4e87d9b67 100644
--- a/docs/netsurf-options.md
+++ b/docs/netsurf-options.md
@@ -44,7 +44,6 @@ General Options
disc_cache_age | int | 28 | Preferred expiry age of disc cache in days.
block_advertisements | bool | false | Whether to block advertisements
do_not_track | bool | false | Disable website tracking [1]
- minimum_gif_delay | int | 10 | Minimum GIF animation delay
send_referer | bool | true | Whether to send the referer HTTP header.
foreground_images | bool | true | Whether to fetch foreground images
background_images | bool | true | Whether to fetch background images