summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_interform.h
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@chromium.org>2018-01-05 14:19:16 -0500
committerChromium commit bot <commit-bot@chromium.org>2018-01-05 19:45:49 +0000
commitaebeec913f5571992896424aefce62b56dbb7e6f (patch)
tree764b48b2052a1ee6867c72a1b7cbf1ab0735a43c /core/fpdfdoc/cpdf_interform.h
parentbe912d78daf85619539daf12e4c659d54cb6e6fb (diff)
downloadpdfium-aebeec913f5571992896424aefce62b56dbb7e6f.tar.xz
Remove unused code from CPDF_InterForm
Change-Id: I8be34dc4bc5ace65f5f56eb062b53faf4c1a6986 Reviewed-on: https://pdfium-review.googlesource.com/22311 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpdf_interform.h')
-rw-r--r--core/fpdfdoc/cpdf_interform.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fpdfdoc/cpdf_interform.h b/core/fpdfdoc/cpdf_interform.h
index 7e3fbef5f0..e2673840c7 100644
--- a/core/fpdfdoc/cpdf_interform.h
+++ b/core/fpdfdoc/cpdf_interform.h
@@ -102,10 +102,6 @@ class CPDF_InterForm {
const WideString& parent_name,
bool bNotify = false,
int nLevel = 0);
- bool ValidateFieldName(WideString& csNewFieldName,
- int iType,
- const CPDF_FormField* pExcludedField,
- const CPDF_FormControl* pExcludedControl) const;
static bool s_bUpdateAP;