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