From 03d58937248fa244cbf02a3d38d430a513500311 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 3 Apr 2017 16:40:51 -0700 Subject: Clean up QRCoderEncoder and friends. Remove a bunch of unused code, including gotos. Fix some potential memory leaks. Change-Id: Ia2775e2ab176f4741b765e259a24a293a5717394 Reviewed-on: https://pdfium-review.googlesource.com/3560 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- 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 f2445c2f08..20155ca0a2 100644 --- a/xfa/fwl/cfx_barcode.h +++ b/xfa/fwl/cfx_barcode.h @@ -54,7 +54,6 @@ class CFX_Barcode { bool SetWideNarrowRatio(int32_t ratio); bool SetStartChar(char start); bool SetEndChar(char end); - bool SetVersion(int32_t version); bool SetErrorCorrectionLevel(int32_t level); bool SetTruncated(bool truncated); -- cgit v1.2.3