From c2454acf57ddba145bff41ceb50b3715936cfb8e Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 23 Oct 2018 20:58:15 +0000 Subject: Remove CJS_Field::ValueIsOccur() It is never called. Change-Id: If4dd7854cbcc815f48fa289003acc203f444cc3e Reviewed-on: https://pdfium-review.googlesource.com/c/44530 Reviewed-by: Lei Zhang Commit-Queue: Tom Sepez --- fxjs/cjs_field.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fxjs/cjs_field.h') diff --git a/fxjs/cjs_field.h b/fxjs/cjs_field.h index 3d11475994..20d8c95928 100644 --- a/fxjs/cjs_field.h +++ b/fxjs/cjs_field.h @@ -357,7 +357,6 @@ class CJS_Field final : public CJS_Object { std::vector GetFormFields() const; CPDF_FormField* GetFirstFormField() const; CPDF_FormControl* GetSmartFieldControl(CPDF_FormField* pFormField); - bool ValueIsOccur(CPDF_FormField* pFormField, WideString csOptLabel) const; void AddDelay_Int(FIELD_PROP prop, int32_t n); void AddDelay_Bool(FIELD_PROP prop, bool b); -- cgit v1.2.3