diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-12 09:12:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-12 09:12:47 -0700 |
commit | a30537f8b07492489e81414c9037af90c8b1448e (patch) | |
tree | dd3b94cef9876afafe9c69939dc581cd1b23bf7f /fpdfsdk/formfiller/cffl_listbox.cpp | |
parent | 7dd285df25630482bfd7bceea3678ff1dc60aab5 (diff) | |
download | pdfium-a30537f8b07492489e81414c9037af90c8b1448e.tar.xz |
Remove unused widget handler overrides
This CL removes override points from the widget hander classes.
Review-Url: https://codereview.chromium.org/2410193005
Diffstat (limited to 'fpdfsdk/formfiller/cffl_listbox.cpp')
-rw-r--r-- | fpdfsdk/formfiller/cffl_listbox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fpdfsdk/formfiller/cffl_listbox.cpp b/fpdfsdk/formfiller/cffl_listbox.cpp index e4ea65b846..d8331e5027 100644 --- a/fpdfsdk/formfiller/cffl_listbox.cpp +++ b/fpdfsdk/formfiller/cffl_listbox.cpp @@ -164,10 +164,6 @@ void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, } } -void CFFL_ListBox::SetActionData(CPDFSDK_PageView* pPageView, - CPDF_AAction::AActionType type, - const PDFSDK_FieldAction& fa) {} - void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) { ASSERT(pPageView); |