Index: xfa/fwl/core/ifwl_pushbutton.h |
diff --git a/xfa/fwl/core/ifwl_pushbutton.h b/xfa/fwl/core/ifwl_pushbutton.h |
index 6a4d28ddbabc8a50f610406bda7907ce0c45d9b9..c009c47dcadbe6ef4bdd2788be56590940338571 100644 |
--- a/xfa/fwl/core/ifwl_pushbutton.h |
+++ b/xfa/fwl/core/ifwl_pushbutton.h |
@@ -45,8 +45,6 @@ class IFWL_PushButton : public IFWL_Widget { |
~IFWL_PushButton() 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; |
void SetStates(uint32_t dwStates, FX_BOOL bSet = TRUE) override; |