From 33a747db5c9ce18bdfaaaaea17b03ef26d14ff54 Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 28 Apr 2016 15:16:51 -0700 Subject: Replace CFX_PtrArray with typesafe CFX_ArrayTemplate, Part 5 Remove unused m_pdf417byteSegments, which was coped into from an empty array and never again referenced. Review-Url: https://codereview.chromium.org/1927253002 --- xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp') diff --git a/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp b/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp index 5039920e32..1bc9648835 100644 --- a/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp +++ b/xfa/fxbarcode/qrcode/BC_QRFinderPattern.cpp @@ -44,7 +44,7 @@ CBC_QRFinderPattern* CBC_QRFinderPattern::Clone() { FX_FLOAT CBC_QRFinderPattern::GetEstimatedModuleSize() { return m_estimatedModuleSize; } -int32_t CBC_QRFinderPattern::GetCount() { +int32_t CBC_QRFinderPattern::GetCount() const { return m_count; } void CBC_QRFinderPattern::IncrementCount() { -- cgit v1.2.3