diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index 78405e73c..2a0ae84ed 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -3327,11 +3327,6 @@ Zotero.Item.prototype.addTag = function (name, type) { } -Zotero.Item.prototype.addTags = function (tags) { - throw new Error("Unimplemented"); -} - - /** * Replace an existing tag with a new manual tag *