| Index: xfa/fwl/core/ifwl_spinbutton.h
|
| diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h
|
| index ad03098dc619bf6526d69ecd3dc7893864b4219a..5bbd7fb23ec9f17d8320890b81034c24fd45b22b 100644
|
| --- a/xfa/fwl/core/ifwl_spinbutton.h
|
| +++ b/xfa/fwl/core/ifwl_spinbutton.h
|
| @@ -27,8 +27,6 @@ class IFWL_SpinButton : public IFWL_Widget {
|
| ~IFWL_SpinButton() 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;
|
|
|