diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_spinbutton.h')
-rw-r--r-- | xfa/fwl/core/ifwl_spinbutton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h index ad03098dc6..5bbd7fb23e 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; |