diff options
Diffstat (limited to 'src/components/script/dom/element.rs')
-rw-r--r-- | src/components/script/dom/element.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/script/dom/element.rs b/src/components/script/dom/element.rs index 5ebfe1503cb..a2abbf47774 100644 --- a/src/components/script/dom/element.rs +++ b/src/components/script/dom/element.rs @@ -91,7 +91,6 @@ pub enum ElementTypeId { HTMLQuoteElementTypeId, HTMLScriptElementTypeId, HTMLSelectElementTypeId, - HTMLSmallElementTypeId, HTMLSourceElementTypeId, HTMLSpanElementTypeId, HTMLStyleElementTypeId, @@ -109,12 +108,6 @@ pub enum ElementTypeId { } // -// Regular old elements -// - -pub struct HTMLSmallElement { parent: HTMLElement } - -// // Element methods // |