| Index: xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
|
| diff --git a/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
|
| index a4264b6306ed7c7cfa3a70ad6bcf6abfe400747b..1ed8c34a23250286db4f5aefe87d092d1c2ede4c 100644
|
| --- a/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
|
| +++ b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
|
| @@ -19,8 +19,6 @@ class CBC_ErrorCorrection {
|
| int32_t& e);
|
|
|
| private:
|
| - static int32_t FACTOR_SETS[];
|
| - static int32_t FACTORS[][100];
|
| static int32_t MODULO_VALUE;
|
| static int32_t LOG[256];
|
| static int32_t ALOG[256];
|
|
|