From 0784c98172ee5747a54728624fc82d4600068602 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 16 May 2019 08:24:51 +0200 Subject: [PATCH] Remove unused `ref` property from the `parameters` object used when creating annotations in `AnnotationFactory._create` The only use-cases for this property was removed in PRs 7570 and 7775, and it's been completely unused ever since the latter one. --- src/core/annotation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/annotation.js b/src/core/annotation.js index 17c974dd509f2..8ee0979591c85 100644 --- a/src/core/annotation.js +++ b/src/core/annotation.js @@ -60,7 +60,6 @@ class AnnotationFactory { let parameters = { xref, dict, - ref: isRef(ref) ? ref : null, subtype, id, pdfManager,