From 0fc3267d2ed87897c21641586a2e64fa826bee4f Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 15 Aug 2023 00:46:33 +0200 Subject: [PATCH] Further changes required by Servo --- components/style/values/specified/color.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 6df626c2b43..c786ada2c7b 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -131,14 +131,6 @@ fn allow_color_mix() -> bool { return false; } -#[inline] -fn allow_color_mix_color_spaces() -> bool { - #[cfg(feature = "gecko")] - return static_prefs::pref!("layout.css.color-mix.color-spaces.enabled"); - #[cfg(feature = "servo")] - return false; -} - impl Parse for ColorMix { fn parse<'i, 't>( context: &ParserContext,