From 7544a4b4fd98b4cf6e06e717758e237ffd822671 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 8 Mar 2018 15:19:50 +0000 Subject: CPDF_InterForm::ResetForm always returns true This method always returns true, so remove the return value. Change-Id: I3da93fc5face39a53b589787873839c06c9fcfab Reviewed-on: https://pdfium-review.googlesource.com/28210 Commit-Queue: Ryan Harrison Reviewed-by: Ryan Harrison --- core/fpdfdoc/cpdf_interform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/fpdfdoc/cpdf_interform.h') diff --git a/core/fpdfdoc/cpdf_interform.h b/core/fpdfdoc/cpdf_interform.h index e2673840c7..2f60bf77b5 100644 --- a/core/fpdfdoc/cpdf_interform.h +++ b/core/fpdfdoc/cpdf_interform.h @@ -80,10 +80,10 @@ class CPDF_InterForm { bool bIncludeOrExclude, bool bSimpleFileSpec) const; - bool ResetForm(const std::vector& fields, + void ResetForm(const std::vector& fields, bool bIncludeOrExclude, bool bNotify); - bool ResetForm(bool bNotify); + void ResetForm(bool bNotify); void SetFormNotify(IPDF_FormNotify* pNotify); bool HasXFAForm() const; -- cgit v1.2.3