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_interactiveformfiller.h | |
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_interactiveformfiller.h')
-rw-r--r-- | fpdfsdk/formfiller/cffl_interactiveformfiller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/formfiller/cffl_interactiveformfiller.h b/fpdfsdk/formfiller/cffl_interactiveformfiller.h index 58fafe032d..1a1af44ebb 100644 --- a/fpdfsdk/formfiller/cffl_interactiveformfiller.h +++ b/fpdfsdk/formfiller/cffl_interactiveformfiller.h @@ -33,8 +33,6 @@ class CFFL_InteractiveFormFiller : public IPWL_Filler_Notify { CFX_RenderDevice* pDevice, CFX_Matrix* pUser2Device); - void OnCreate(CPDFSDK_Annot* pAnnot); - void OnLoad(CPDFSDK_Annot* pAnnot); void OnDelete(CPDFSDK_Annot* pAnnot); void OnMouseEnter(CPDFSDK_PageView* pPageView, |