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 = {
|
||||
xref,
|
||||
dict,
|
||||
ref: isRef(ref) ? ref : null,
|
||||
subtype,
|
||||
id,
|
||||
pdfManager,
|
||||
|
Loading…
Reference in New Issue
Block a user