| Index: fpdfsdk/formfiller/cffl_formfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| index e2e99c9a22d20e40bb952d24555f7b55f9371cf0..86818b1c751cfd22277cde189d09f2cdb4138043 100644
|
| --- a/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| @@ -108,12 +108,6 @@ void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView* pPageView,
|
| pWidget->DrawAppearance(pDevice, pUser2Device, CPDF_Annot::Normal, nullptr);
|
| }
|
|
|
| -void CFFL_FormFiller::OnCreate(CPDFSDK_Annot* pAnnot) {}
|
| -
|
| -void CFFL_FormFiller::OnLoad(CPDFSDK_Annot* pAnnot) {}
|
| -
|
| -void CFFL_FormFiller::OnDelete(CPDFSDK_Annot* pAnnot) {}
|
| -
|
| void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot) {}
|
|
|
|
|