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.
This commit is contained in:
Jonas Jenwald 2019-05-16 08:24:51 +02:00
parent c8c937c257
commit 0784c98172

View File

@ -60,7 +60,6 @@ class AnnotationFactory {
let parameters = { let parameters = {
xref, xref,
dict, dict,
ref: isRef(ref) ? ref : null,
subtype, subtype,
id, id,
pdfManager, pdfManager,