From a30537f8b07492489e81414c9037af90c8b1448e Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 12 Oct 2016 09:12:47 -0700 Subject: Remove unused widget handler overrides This CL removes override points from the widget hander classes. Review-Url: https://codereview.chromium.org/2410193005 --- fpdfsdk/formfiller/cffl_formfiller.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'fpdfsdk/formfiller/cffl_formfiller.cpp') diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp index e2e99c9a22..86818b1c75 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) {} -- cgit v1.2.3