From 442c28d9f7c3ed5561e391486714c11f7d0d1835 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 2 Oct 2014 09:31:38 +1000 Subject: [PATCH] Fixups for rust upgrade and jsref changes. --- components/style/properties/mod.rs.mako | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/properties/mod.rs.mako b/components/style/properties/mod.rs.mako index d4b78651b33..17ba476a345 100644 --- a/components/style/properties/mod.rs.mako +++ b/components/style/properties/mod.rs.mako @@ -839,8 +839,6 @@ pub mod longhands { pub mod computed_value { use super::super::super::common_types::computed; pub type T = Option; - //#[deriving(Clone, PartialEq)] - //pub type T = super::SpecifiedValue; } #[deriving(Clone)] pub type SpecifiedValue = common_specified::CSSImage;