Index: xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h |
diff --git a/xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h b/xfa/fxbarcode/pdf417/BC_PDF417CodewordDecoder.h |
index 920409df84f6e11ad63b5c27654bf12c3ba50250..e5f8c0b1447e8f49389d0e926d69dffa6bf227bf 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); |