diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2023-06-07 00:04:40 +0200 |
---|---|---|
committer | Oriol Brufau <obrufau@igalia.com> | 2023-06-09 11:18:08 +0200 |
commit | e03261c433a990ce6505d1b1afe77f6cc439e01f (patch) | |
tree | 860a26da308cce6875afe0fed06aa0f4d7320238 | |
parent | 01fb804320b948e19424c2b2fc84c83f6099dc72 (diff) | |
download | servo-e03261c433a990ce6505d1b1afe77f6cc439e01f.tar.gz servo-e03261c433a990ce6505d1b1afe77f6cc439e01f.zip |
style: Remove some no longer used use statements
MANUAL PUSH: Bustage fix CLOSED TREE
-rw-r--r-- | components/style/gecko/wrapper.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/gecko/wrapper.rs b/components/style/gecko/wrapper.rs index 875700fdf42..ca2c3816ec9 100644 --- a/components/style/gecko/wrapper.rs +++ b/components/style/gecko/wrapper.rs @@ -40,7 +40,6 @@ use crate::gecko_bindings::bindings::Gecko_IsSignificantChild; use crate::gecko_bindings::bindings::Gecko_MatchLang; use crate::gecko_bindings::bindings::Gecko_UnsetDirtyStyleAttr; use crate::gecko_bindings::bindings::Gecko_UpdateAnimations; -use crate::gecko_bindings::bindings::{Gecko_SetNodeFlags, Gecko_UnsetNodeFlags}; use crate::gecko_bindings::structs; use crate::gecko_bindings::structs::nsChangeHint; use crate::gecko_bindings::structs::EffectCompositor_CascadeLevel as CascadeLevel; |