mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-31 07:11:00 +02:00
Remove the unused MIN_INT_32 constant (PR 21139 follow-up)
This commit is contained in:
parent
4489c4106a
commit
aa7289d28b
@ -29,7 +29,6 @@ import { BaseStream } from "./base_stream.js";
|
||||
|
||||
const PDF_VERSION_REGEXP = /^[1-9]\.\d$/;
|
||||
const MAX_INT_32 = 2 ** 31 - 1;
|
||||
const MIN_INT_32 = -(2 ** 31);
|
||||
|
||||
const IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
|
||||
|
||||
@ -768,7 +767,6 @@ export {
|
||||
lookupNormalRect,
|
||||
lookupRect,
|
||||
MAX_INT_32,
|
||||
MIN_INT_32,
|
||||
MissingDataException,
|
||||
numberToString,
|
||||
ParserEOFException,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user