Index: xfa/src/fwl/src/core/fwl_contentimp.cpp |
diff --git a/xfa/src/fwl/src/core/fwl_contentimp.cpp b/xfa/src/fwl/src/core/fwl_contentimp.cpp |
index 97d736e087bcd4a73ecde05a4161b21f008c0002..986d7b088796c47905c3de681110ed3acf3097d9 100644 |
--- a/xfa/src/fwl/src/core/fwl_contentimp.cpp |
+++ b/xfa/src/fwl/src/core/fwl_contentimp.cpp |
@@ -14,12 +14,6 @@ |
IFWL_Content* IFWL_Content::Create() { |
return new IFWL_Content; |
} |
-FWL_ERR IFWL_Content::Initialize() { |
- CFWL_ContentImp* pContentImpl = new CFWL_ContentImp; |
- SetImpl(pContentImpl); |
- pContentImpl->SetInterface(this); |
- return pContentImpl->Initialize(); |
-} |
FWL_ERR IFWL_Content::InsertWidget(IFWL_Widget* pChild, int32_t nIndex) { |
return static_cast<CFWL_ContentImp*>(GetImpl())->InsertWidget(pChild, nIndex); |
} |