| Index: xfa/fwl/core/ifwl_edit.h
|
| diff --git a/xfa/fwl/core/ifwl_edit.h b/xfa/fwl/core/ifwl_edit.h
|
| index a03431b6ee7a37507f5bc0b720cc407e35cb8d75..4c44913b7ecfd7caba7932d225c2b54a843c5c6d 100644
|
| --- a/xfa/fwl/core/ifwl_edit.h
|
| +++ b/xfa/fwl/core/ifwl_edit.h
|
| @@ -112,8 +112,6 @@ class IFWL_Edit : public IFWL_Widget {
|
| ~IFWL_Edit() 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 SetWidgetRect(const CFX_RectF& rect) override;
|
|
|