| Index: xfa/fwl/lightwidget/cfwl_edit.cpp
|
| diff --git a/xfa/fwl/lightwidget/cfwl_edit.cpp b/xfa/fwl/lightwidget/cfwl_edit.cpp
|
| index b74cd050a4d2b581e4090d930c4bf87466a256b4..5637040e4d45c18f7fb7341a6d926d7671129323 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_edit.cpp
|
| +++ b/xfa/fwl/lightwidget/cfwl_edit.cpp
|
| @@ -17,10 +17,6 @@ const IFWL_Edit* CFWL_Edit::GetWidget() const {
|
| return static_cast<IFWL_Edit*>(m_pIface.get());
|
| }
|
|
|
| -CFWL_Edit* CFWL_Edit::Create() {
|
| - return new CFWL_Edit;
|
| -}
|
| -
|
| FWL_Error CFWL_Edit::Initialize(const CFWL_WidgetProperties* pProperties) {
|
| if (m_pIface)
|
| return FWL_Error::Indefinite;
|
|
|