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