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_OnedCodaBarWriter.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h') diff --git a/xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h b/xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h index 99c6bfb039..02b6b66bea 100644 --- a/xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h +++ b/xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h @@ -44,9 +44,6 @@ class CBC_OnedCodaBarWriter : public CBC_OneDimWriter { virtual FX_BOOL FindChar(FX_WCHAR ch, FX_BOOL isContent); private: - static const FX_CHAR START_END_CHARS[]; - static const FX_CHAR CONTENT_CHARS[]; - void RenderResult(const CFX_WideStringC& contents, uint8_t* code, int32_t codeLength, -- cgit v1.2.3