| Index: xfa/src/fwl/src/core/fwl_formimp.cpp
|
| diff --git a/xfa/src/fwl/src/core/fwl_formimp.cpp b/xfa/src/fwl/src/core/fwl_formimp.cpp
|
| index 7a532ec88708736b7230ee48174a54b83870380b..1e236567e84cfe7b758eb75fe492441bf39a7e95 100644
|
| --- a/xfa/src/fwl/src/core/fwl_formimp.cpp
|
| +++ b/xfa/src/fwl/src/core/fwl_formimp.cpp
|
| @@ -17,9 +17,6 @@
|
| #define FWL_SYSBTNMARGIN 5
|
| #define FWL_SYSBTNSPAN 2
|
| #define FWL_CornerEnlarge 10
|
| -IFWL_Form* IFWL_Form::Create() {
|
| - return new IFWL_Form;
|
| -}
|
| FWL_ERR IFWL_Form::Initialize(CFWL_WidgetImpProperties& properties,
|
| CFX_WideString* classname,
|
| IFWL_Widget* pOuter) {
|
|
|