From 9a98f19611dad6af594cdda78bfeda56e0f9eafc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 21 Feb 2020 11:44:13 +0000 Subject: Core: Remove unused minimum GIF delay option. --- desktop/options.h | 3 --- test/data/Choices | 1 - test/data/Choices-all | 1 - 3 files changed, 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 -- cgit v1.2.3