aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlvideoelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmlvideoelement.rs')
-rw-r--r--src/components/script/dom/htmlvideoelement.rs3
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()