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