diff options
Diffstat (limited to 'xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h')
-rw-r--r-- | xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h b/xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h index 920409df84..e5f8c0b144 100644 --- a/xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h +++ b/xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h @@ -18,7 +18,6 @@ class CBC_PDF417CodewordDecoder { static int32_t getDecodedValue(CFX_Int32Array& moduleBitCount); private: - static FX_FLOAT RATIOS_TABLE[][8]; static CFX_Int32Array* sampleBitCounts(CFX_Int32Array& moduleBitCount); static int32_t getDecodedCodewordValue(CFX_Int32Array& moduleBitCount); static int32_t getBitValue(CFX_Int32Array& moduleBitCount); |