summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/oned/BC_OnedCode128Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/oned/BC_OnedCode128Writer.h')
-rw-r--r--xfa/fxbarcode/oned/BC_OnedCode128Writer.h6
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);