diff options
Diffstat (limited to 'src/components/script/dom/htmlinputelement.rs')
-rw-r--r-- | src/components/script/dom/htmlinputelement.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/script/dom/htmlinputelement.rs b/src/components/script/dom/htmlinputelement.rs index 88dd1eac66a..1209fa11619 100644 --- a/src/components/script/dom/htmlinputelement.rs +++ b/src/components/script/dom/htmlinputelement.rs @@ -37,9 +37,6 @@ impl HTMLInputElement { } } -pub trait HTMLInputElementMethods { -} - impl Reflectable for HTMLInputElement { fn reflector<'a>(&'a self) -> &'a Reflector { self.htmlelement.reflector() |