summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h')
-rw-r--r--xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h b/xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h
index a612769106..64ae2aee53 100644
--- a/xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h
+++ b/xfa/src/fxbarcode/src/include/BC_PDF417DecodedBitStreamParser.h
@@ -37,7 +37,6 @@ private:
static FX_INT32 PAL;
static FX_CHAR PUNCT_CHARS[29];
static FX_CHAR MIXED_CHARS[30];
- static FX_INT32 EXP900[16];
static FX_INT32 NUMBER_OF_SEQUENCE_CODEWORDS;
static FX_INT32 decodeMacroBlock(CFX_Int32Array &codewords, FX_INT32 codeIndex, CBC_PDF417ResultMetadata* resultMetadata, FX_INT32 &e);
static FX_INT32 textCompaction(CFX_Int32Array &codewords, FX_INT32 codeIndex, CFX_ByteString &result);