diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index b04c12bcbb..7947af21d5 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -2971,10 +2971,6 @@ Zotero.Item.prototype.fileExistsAsync = function () { return self._fileExists; } - if (Zotero.platformMajorVersion < 23) { - return self.fileExists(); - } - if (!self.isAttachment()) { throw new Error("Zotero.Item.fileExistsAsync() can only be called on attachment items"); }