diff options
author | Jack Moffitt <jack@metajack.im> | 2014-09-16 18:39:06 -0600 |
---|---|---|
committer | Jack Moffitt <jack@metajack.im> | 2014-09-16 18:39:06 -0600 |
commit | 1544db8bb9fc7b27282bbf0555a45a662930f7b3 (patch) | |
tree | a20141ceb5dfa4b1e4c436904be1fd7999dce60f /components/script/dom/blob.rs | |
parent | 514aca0981a1e953d767a35fcf4e73ca03e686f8 (diff) | |
parent | 457f1876b9dfd7197ea89e09afd147170461289b (diff) | |
download | servo-1544db8bb9fc7b27282bbf0555a45a662930f7b3.tar.gz servo-1544db8bb9fc7b27282bbf0555a45a662930f7b3.zip |
Merge pull request #3373 from ProgramFOX/issue3366
Removed unused BlobMethods and CommentMethods traits, fixes #3366
Diffstat (limited to 'components/script/dom/blob.rs')
-rw-r--r-- | components/script/dom/blob.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs index 1a7d2a21636..9afd784a977 100644 --- a/components/script/dom/blob.rs +++ b/components/script/dom/blob.rs @@ -40,9 +40,6 @@ impl Blob { } } -pub trait BlobMethods { -} - impl Reflectable for Blob { fn reflector<'a>(&'a self) -> &'a Reflector { &self.reflector_ |