| Index: xfa/src/fwl/src/core/fwl_widgetimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_widgetimp.cpp b/xfa/src/fwl/src/core/fwl_widgetimp.cpp
|
| index 2e6d5b30ed518c4e1816b658739bb234d3cedf35..92725ae3ffcdc49728bac700973d8e9f3e1bda0c 100644
|
| --- a/xfa/src/fwl/src/core/fwl_widgetimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_widgetimp.cpp
|
| @@ -1071,9 +1071,6 @@ FWL_ERR CFWL_CustomImp::SetProxy(IFWL_Proxy* pProxy) {
|
| m_pProxy = pProxy;
|
| return FWL_ERR_Succeeded;
|
| }
|
| -IFWL_Custom* IFWL_Custom::Create() {
|
| - return new IFWL_Custom;
|
| -}
|
| IFWL_Custom::IFWL_Custom() {
|
| }
|
| FWL_ERR IFWL_Custom::Initialize(const CFWL_WidgetImpProperties& properties,
|
|
|