diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-16 12:29:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-16 12:29:07 -0700 |
commit | a26153440b46b3b37b7e81435debb296f22769f4 (patch) | |
tree | 37b3073d15af7ae2850b5a02be87123feb54a054 /xfa/fxbarcode/oned/BC_OnedCode128Writer.h | |
parent | 8320ee28f24615d1d619a5db1b7c235ea6f91dde (diff) | |
download | pdfium-a26153440b46b3b37b7e81435debb296f22769f4.tar.xz |
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
Diffstat (limited to 'xfa/fxbarcode/oned/BC_OnedCode128Writer.h')
-rw-r--r-- | xfa/fxbarcode/oned/BC_OnedCode128Writer.h | 6 |
1 files changed, 0 insertions, 6 deletions
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); |