mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 00:28:06 +02:00
Mark the paintJpegXObject
operator as deprecated (PR 11601 follow-up)
After PR 11601, the `paintJpegXObject` operator is no longer used for anything. While I don't think we can just remove it, and essentially leave a "hole" in the `OPS` structure, we should at least mark it as explicitly unused to aid readability/maintainability of the code.
This commit is contained in:
parent
c3ca78fdf8
commit
7d56fb4cbf
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ const OPS = {
|
|||
endAnnotations: 79,
|
||||
beginAnnotation: 80,
|
||||
endAnnotation: 81,
|
||||
/** @deprecated unused */
|
||||
paintJpegXObject: 82,
|
||||
paintImageMaskXObject: 83,
|
||||
paintImageMaskXObjectGroup: 84,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue