| Index: xfa/fwl/core/ifwl_listbox.h
|
| diff --git a/xfa/fwl/core/ifwl_listbox.h b/xfa/fwl/core/ifwl_listbox.h
|
| index a5efceb5b0119ae8a00eb185a13bd579efbf5cd9..25e28cc3a64c8897fb0d84ea60c5b1fdabcdf8aa 100644
|
| --- a/xfa/fwl/core/ifwl_listbox.h
|
| +++ b/xfa/fwl/core/ifwl_listbox.h
|
| @@ -108,8 +108,6 @@ class IFWL_ListBox : public IFWL_Widget {
|
| ~IFWL_ListBox() override;
|
|
|
| // IFWL_Widget
|
| - void Initialize() override;
|
| - void Finalize() override;
|
| FWL_Type GetClassID() const override;
|
| FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE) override;
|
| FWL_Error Update() override;
|
|
|