diff options
Diffstat (limited to 'xfa/fwl/theme/cfwl_edittp.h')
-rw-r--r-- | xfa/fwl/theme/cfwl_edittp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/theme/cfwl_edittp.h b/xfa/fwl/theme/cfwl_edittp.h index 0230c368af..e1c6ac9242 100644 --- a/xfa/fwl/theme/cfwl_edittp.h +++ b/xfa/fwl/theme/cfwl_edittp.h @@ -15,9 +15,6 @@ class CFWL_EditTP : public CFWL_WidgetTP { ~CFWL_EditTP() override; // CFWL_WidgeTTP - void Initialize() override; - void Finalize() override; - bool IsValidWidget(CFWL_Widget* pWidget) override; void DrawBackground(CFWL_ThemeBackground* pParams) override; }; |