summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h')
-rw-r--r--xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h b/xfa/fxbarcode/datamatrix/BC_ErrorCorrection.h
index a4264b6306..1ed8c34a23 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];