From dbc7716e1b8d67a5ca422ef0bbfe87ff8c5cf4ea Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 13 Jul 2016 11:34:23 -0700 Subject: Cleanup some PWL interfaces. This CL removes IPWL_Edit_Notfy and removes the OnKillFocus override from IPWL_FocusHandler. Review-Url: https://codereview.chromium.org/2144813002 --- fpdfsdk/formfiller/cffl_textfield.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'fpdfsdk/formfiller/cffl_textfield.h') diff --git a/fpdfsdk/formfiller/cffl_textfield.h b/fpdfsdk/formfiller/cffl_textfield.h index d7bfc9ee8d..34968e8fc3 100644 --- a/fpdfsdk/formfiller/cffl_textfield.h +++ b/fpdfsdk/formfiller/cffl_textfield.h @@ -21,9 +21,7 @@ struct FFL_TextFieldState { CFX_WideString sValue; }; -class CFFL_TextField : public CFFL_FormFiller, - public IPWL_FocusHandler, - public IPWL_Edit_Notify { +class CFFL_TextField : public CFFL_FormFiller, public IPWL_FocusHandler { public: CFFL_TextField(CPDFDoc_Environment* pApp, CPDFSDK_Annot* pAnnot); ~CFFL_TextField() override; @@ -51,10 +49,6 @@ class CFFL_TextField : public CFFL_FormFiller, // IPWL_FocusHandler: void OnSetFocus(CPWL_Wnd* pWnd) override; - void OnKillFocus(CPWL_Wnd* pWnd) override; - - // IPWL_Edit_Notify: - void OnAddUndo(CPWL_Edit* pEdit) override; #ifdef PDF_ENABLE_XFA // CFFL_FormFiller: -- cgit v1.2.3