diff options
Diffstat (limited to 'src/components/script/dom/htmlvideoelement.rs')
-rw-r--r-- | src/components/script/dom/htmlvideoelement.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/script/dom/htmlvideoelement.rs b/src/components/script/dom/htmlvideoelement.rs index bcd8c43a2ab..365b9a38f20 100644 --- a/src/components/script/dom/htmlvideoelement.rs +++ b/src/components/script/dom/htmlvideoelement.rs @@ -37,9 +37,6 @@ impl HTMLVideoElement { } } -pub trait HTMLVideoElementMethods { -} - impl Reflectable for HTMLVideoElement { fn reflector<'a>(&'a self) -> &'a Reflector { self.htmlmediaelement.reflector() |