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