Index: xfa/fxbarcode/common/BC_CommonDecoderResult.cpp |
diff --git a/xfa/fxbarcode/common/BC_CommonDecoderResult.cpp b/xfa/fxbarcode/common/BC_CommonDecoderResult.cpp |
index d28a88bfbce68112cadc488c76a8cf140ecbbbe0..45aff1cae11f4107c0efb9bdb266510c738fa3ee 100644 |
--- a/xfa/fxbarcode/common/BC_CommonDecoderResult.cpp |
+++ b/xfa/fxbarcode/common/BC_CommonDecoderResult.cpp |
@@ -44,7 +44,6 @@ void CBC_CommonDecoderResult::Init(const CFX_ByteArray& rawBytes, |
} |
void CBC_CommonDecoderResult::Init(const CFX_ByteArray& rawBytes, |
const CFX_ByteString& text, |
- const CFX_PtrArray& byteSegments, |
const CFX_ByteString& ecLevel, |
int32_t& e) { |
if (text.IsEmpty()) { |
@@ -53,7 +52,6 @@ void CBC_CommonDecoderResult::Init(const CFX_ByteArray& rawBytes, |
} |
m_rawBytes.Copy(rawBytes); |
m_text = text; |
- m_pdf417byteSegments.Copy(byteSegments); |
m_pdf417ecLevel = ecLevel; |
m_other = NULL; |
} |