From 7aa4bc461a171cc2b5a27490a55f0baedd6623fb Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Thu, 23 Aug 2018 17:38:26 +0000 Subject: Remove m_bTruncated flag from CBC_PDF417Writer. The flag is unused. Change-Id: I15eb3e20e6a632ae2aa2afc19cb09d2402e607e0 Reviewed-on: https://pdfium-review.googlesource.com/41031 Commit-Queue: Henrique Nakashima Reviewed-by: Lei Zhang --- xfa/fwl/cfx_barcode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/cfx_barcode.h') diff --git a/xfa/fwl/cfx_barcode.h b/xfa/fwl/cfx_barcode.h index a5f0513241..488af04bc8 100644 --- a/xfa/fwl/cfx_barcode.h +++ b/xfa/fwl/cfx_barcode.h @@ -52,7 +52,6 @@ class CFX_Barcode { bool SetStartChar(char start); bool SetEndChar(char end); bool SetErrorCorrectionLevel(int32_t level); - bool SetTruncated(bool truncated); private: CFX_Barcode(); -- cgit v1.2.3