summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_formfield.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-05-25 20:13:59 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-25 20:13:59 +0000
commit2d3a78547ae2a0c084dc312ca4b3e03ff3427a9f (patch)
tree01bebb737842c65d2245b7d55e7687348b0de048 /core/fpdfdoc/cpdf_formfield.h
parentd4d645abecec0fe2e6477b5928cfa2967675585b (diff)
downloadpdfium-2d3a78547ae2a0c084dc312ca4b3e03ff3427a9f.tar.xz
Remove CPDF_FormField::{Insert,Clear}Option
It is not called anywhere. Change-Id: Ic5af010300a20fdd3d05f55df481030a946bb8c4 Reviewed-on: https://pdfium-review.googlesource.com/32971 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fpdfdoc/cpdf_formfield.h')
-rw-r--r--core/fpdfdoc/cpdf_formfield.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/fpdfdoc/cpdf_formfield.h b/core/fpdfdoc/cpdf_formfield.h
index b79e430dee..315ca76a51 100644
--- a/core/fpdfdoc/cpdf_formfield.h
+++ b/core/fpdfdoc/cpdf_formfield.h
@@ -160,17 +160,9 @@ class CPDF_FormField {
int GetSelectedOptionIndex(int index) const;
bool IsOptionSelected(int iOptIndex) const;
-
bool SelectOption(int iOptIndex, bool bSelected, bool bNotify = false);
-
bool ClearSelectedOptions(bool bNotify = false);
-#ifdef PDF_ENABLE_XFA
- bool ClearOptions(bool bNotify = false);
-
- int InsertOption(WideString csOptLabel, int index = -1, bool bNotify = false);
-#endif // PDF_ENABLE_XFA
-
float GetFontSize() const { return m_FontSize; }
CPDF_Font* GetFont() const { return m_pFont.Get(); }