Index: wp-includes/js/media-models.js
===================================================================
--- wp-includes/js/media-models.js	(revision 23893)
+++ wp-includes/js/media-models.js	(working copy)
@@ -571,13 +571,6 @@
 			return this.mirroring ? this.mirroring.hasMore() : false;
 		},
 
-		parse: function( resp, xhr ) {
-			return _.map( resp, function( attrs ) {
-				var attachment = Attachment.get( attrs.id );
-				return attachment.set( attachment.parse( attrs, xhr ) );
-			});
-		},
-
 		_requery: function() {
 			if ( this.props.get('query') )
 				this.mirror( Query.get( this.props.toJSON() ) );
