From 69a1778273e8b0aea07f48d267073a9d579648f0 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Mon, 4 Aug 2025 01:26:15 +0200 Subject: [PATCH] Drop obsolete `layout.css.transition-behavior.enabled` flag There is no point in setting this flag to true when it's no longer doing anything, `transition-behavior` is now enabled unconditionally. Signed-off-by: Oriol Brufau --- stylo_static_prefs/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/stylo_static_prefs/src/lib.rs b/stylo_static_prefs/src/lib.rs index ecd9253d31..61a6bc2cdb 100644 --- a/stylo_static_prefs/src/lib.rs +++ b/stylo_static_prefs/src/lib.rs @@ -33,9 +33,6 @@ macro_rules! pref { ("layout.css.stretch-size-keyword.enabled") => { true }; - ("layout.css.transition-behavior.enabled") => { - true - }; ("layout.css.marker.restricted") => { true };