| Index: fpdfsdk/formfiller/cffl_listbox.h
|
| diff --git a/fpdfsdk/formfiller/cffl_listbox.h b/fpdfsdk/formfiller/cffl_listbox.h
|
| index 12490b80534c05296b622269763ca779e995f7e1..eebe2f58ed5e551ec47ecdaecbc9c6b26107e285 100644
|
| --- a/fpdfsdk/formfiller/cffl_listbox.h
|
| +++ b/fpdfsdk/formfiller/cffl_listbox.h
|
| @@ -31,9 +31,6 @@ class CFFL_ListBox : public CFFL_FormFiller {
|
| void GetActionData(CPDFSDK_PageView* pPageView,
|
| CPDF_AAction::AActionType type,
|
| PDFSDK_FieldAction& fa) override;
|
| - void SetActionData(CPDFSDK_PageView* pPageView,
|
| - CPDF_AAction::AActionType type,
|
| - const PDFSDK_FieldAction& fa) override;
|
| void SaveState(CPDFSDK_PageView* pPageView) override;
|
| void RestoreState(CPDFSDK_PageView* pPageView) override;
|
| CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView,
|
|
|