aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmllegendelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmllegendelement.rs')
-rw-r--r--src/components/script/dom/htmllegendelement.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/script/dom/htmllegendelement.rs b/src/components/script/dom/htmllegendelement.rs
index f4395bda5e5..168f94bc27e 100644
--- a/src/components/script/dom/htmllegendelement.rs
+++ b/src/components/script/dom/htmllegendelement.rs
@@ -37,9 +37,6 @@ impl HTMLLegendElement {
}
}
-pub trait HTMLLegendElementMethods {
-}
-
impl Reflectable for HTMLLegendElement {
fn reflector<'a>(&'a self) -> &'a Reflector {
self.htmlelement.reflector()