Skip to content

Commit

Permalink
Removed unused BlobMethods and CommentMethods traits, fixes #3366
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Sep 16, 2014
1 parent 5a90f18 commit 457f187
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions components/script/dom/blob.rs
Expand Up @@ -40,9 +40,6 @@ impl Blob {
}
}

pub trait BlobMethods {
}

impl Reflectable for Blob {
fn reflector<'a>(&'a self) -> &'a Reflector {
&self.reflector_
Expand Down
3 changes: 0 additions & 3 deletions components/script/dom/comment.rs
Expand Up @@ -45,9 +45,6 @@ impl Comment {
}
}

pub trait CommentMethods {
}

impl Reflectable for Comment {
fn reflector<'a>(&'a self) -> &'a Reflector {
self.characterdata.reflector()
Expand Down

0 comments on commit 457f187

Please sign in to comment.