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:
parent
c8c937c257
commit
0784c98172
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user