diff options
Diffstat (limited to 'src/components/script/dom/htmlquoteelement.rs')
-rw-r--r-- | src/components/script/dom/htmlquoteelement.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/script/dom/htmlquoteelement.rs b/src/components/script/dom/htmlquoteelement.rs index 0055e1fb894..488a82c394d 100644 --- a/src/components/script/dom/htmlquoteelement.rs +++ b/src/components/script/dom/htmlquoteelement.rs @@ -37,9 +37,6 @@ impl HTMLQuoteElement { } } -pub trait HTMLQuoteElementMethods { -} - impl Reflectable for HTMLQuoteElement { fn reflector<'a>(&'a self) -> &'a Reflector { self.htmlelement.reflector() |