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:
Jonas Jenwald 2021-09-24 12:38:16 +02:00
parent c3ca78fdf8
commit 7d56fb4cbf

View File

@ -328,6 +328,7 @@ const OPS = {
endAnnotations: 79,
beginAnnotation: 80,
endAnnotation: 81,
/** @deprecated unused */
paintJpegXObject: 82,
paintImageMaskXObject: 83,
paintImageMaskXObjectGroup: 84,