diff --git a/chrome/content/zotero/xpcom/id.js b/chrome/content/zotero/xpcom/id.js index 120f9527c3..4d68d79111 100644 --- a/chrome/content/zotero/xpcom/id.js +++ b/chrome/content/zotero/xpcom/id.js @@ -25,7 +25,6 @@ Zotero.ID_Tracker = function () { this.get = get; - this.getKey = getKey; this.getBigInt = getBigInt; this.skip = skip; this.getTableName = getTableName;