From a26153440b46b3b37b7e81435debb296f22769f4 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 16 Jun 2016 12:29:07 -0700 Subject: Remove barcode reading code. We never read barcodes, we only write them. Remove code related to barcode reading. Review-Url: https://codereview.chromium.org/2071633002 --- xfa/fxbarcode/oned/BC_OnedCode128Writer.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xfa/fxbarcode/oned/BC_OnedCode128Writer.h') diff --git a/xfa/fxbarcode/oned/BC_OnedCode128Writer.h b/xfa/fxbarcode/oned/BC_OnedCode128Writer.h index 7338b56952..9d2285f0c6 100644 --- a/xfa/fxbarcode/oned/BC_OnedCode128Writer.h +++ b/xfa/fxbarcode/oned/BC_OnedCode128Writer.h @@ -41,12 +41,6 @@ class CBC_OnedCode128Writer : public CBC_OneDimWriter { BC_TYPE GetType(); private: - static const int32_t CODE_CODE_B = 100; - static const int32_t CODE_CODE_C = 99; - static const int32_t CODE_START_B = 104; - static const int32_t CODE_START_C = 105; - static const int32_t CODE_STOP = 106; - FX_BOOL IsDigits(const CFX_ByteString& contents, int32_t start, int32_t length); -- cgit v1.2.3