diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 5c1d6c298f6..6199ed2275d 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1847,14 +1847,6 @@ pub enum Appearance { Count, } -impl Appearance { - /// Returns whether we're the `none` value. - #[inline] - pub fn is_none(self) -> bool { - self == Appearance::None - } -} - /// A kind of break between two boxes. /// /// https://drafts.csswg.org/css-break/#break-between