summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-02-27 19:27:19 +0100
committerMoonchild <moonchild@palemoon.org>2023-02-27 19:27:19 +0100
commitf3c063a8688664d1fdc4df3565c1513ac6599a5b (patch)
treeb135c41db79e9ff39783055e02ede06219b72f32 /gfx
parent41448d401d3bec7b4f400eb6b7569cbd5d3d9298 (diff)
downloaduxp-f3c063a8688664d1fdc4df3565c1513ac6599a5b.tar.gz
Issue #2131 - Remove image.webp.enabled preference
Diffstat (limited to 'gfx')
-rw-r--r--gfx/thebes/gfxPrefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/thebes/gfxPrefs.h b/gfx/thebes/gfxPrefs.h
index 1bd6e4d5ff..5dfb742077 100644
--- a/gfx/thebes/gfxPrefs.h
+++ b/gfx/thebes/gfxPrefs.h
@@ -447,7 +447,6 @@ private:
DECL_GFX_PREF(Once, "image.mem.surfacecache.size_factor", ImageMemSurfaceCacheSizeFactor, uint32_t, 64);
DECL_GFX_PREF(Live, "image.mozsamplesize.enabled", ImageMozSampleSizeEnabled, bool, false);
DECL_GFX_PREF(Once, "image.multithreaded_decoding.limit", ImageMTDecodingLimit, int32_t, -1);
- DECL_GFX_PREF(Live, "image.webp.enabled", ImageWebPEnabled, bool, true);
#ifdef MOZ_JXL
DECL_GFX_PREF(Live, "image.jxl.enabled", ImageJXLEnabled, bool, true);
#endif