FullText: Remove unused function
This commit is contained in:
parent
ee0df08cfb
commit
2849913d1b
1 changed files with 0 additions and 7 deletions
|
@ -446,13 +446,6 @@ Zotero.Fulltext = Zotero.FullText = new function(){
|
|||
};
|
||||
|
||||
|
||||
var parseStreamToDocument = async function (stream, type) {
|
||||
var parser = new DOMParser();
|
||||
var doc = await Zotero.File.getContentsAsync(stream);
|
||||
return parser.parseFromString(doc, type);
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @param {Integer[]|Integer} items - One or more itemIDs
|
||||
* @param {Object} [options]
|
||||
|
|
Loading…
Reference in a new issue