Index: xfa/fwl/core/ifwl_form.h |
diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h |
index 4203177d117f80b0d3a4c777ee18482014056d2d..c6158c60e10b63f1541bf49c082c827e5bd8ab87 100644 |
--- a/xfa/fwl/core/ifwl_form.h |
+++ b/xfa/fwl/core/ifwl_form.h |
@@ -91,8 +91,6 @@ class IFWL_Form : public IFWL_Widget { |
~IFWL_Form() override; |
// IFWL_Widget |
- void Initialize() override; |
- void Finalize() override; |
FWL_Type GetClassID() const override; |
FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const override; |
FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE) override; |