Removed unused BlobMethods and CommentMethods traits, fixes #3366

This commit is contained in:
ProgramFOX 2014-09-16 19:03:04 +02:00
parent 5a90f18b7e
commit 457f1876b9
2 changed files with 0 additions and 6 deletions

View file

@ -45,9 +45,6 @@ impl Comment {
}
}
pub trait CommentMethods {
}
impl Reflectable for Comment {
fn reflector<'a>(&'a self) -> &'a Reflector {
self.characterdata.reflector()