| Index: xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| diff --git a/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp b/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| index 4fe0c0a14911b6dd22ca6e04e285dc387d384ea5..c68dd7512baf47568a7b372b2a1027a51d4f0d45 100644
|
| --- a/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| +++ b/xfa/src/fwl/src/basewidget/fwl_checkboximp.cpp
|
| @@ -11,9 +11,6 @@
|
| #include "../core/include/fwl_widgetmgrimp.h"
|
| #include "include/fwl_checkboximp.h"
|
| #define FWL_CKB_CaptionMargin 5
|
| -IFWL_CheckBox* IFWL_CheckBox::Create() {
|
| - return new IFWL_CheckBox;
|
| -}
|
| IFWL_CheckBox::IFWL_CheckBox() {
|
| }
|
| FWL_ERR IFWL_CheckBox::Initialize(const CFWL_WidgetImpProperties& properties,
|
| @@ -29,9 +26,6 @@ int32_t IFWL_CheckBox::GetCheckState() {
|
| FWL_ERR IFWL_CheckBox::SetCheckState(int32_t iCheck) {
|
| return static_cast<CFWL_CheckBoxImp*>(GetImpl())->SetCheckState(iCheck);
|
| }
|
| -IFWL_RadioButton* IFWL_RadioButton::Create() {
|
| - return new IFWL_RadioButton;
|
| -}
|
| IFWL_RadioButton::IFWL_RadioButton() {
|
| }
|
| FWL_ERR IFWL_RadioButton::Initialize(const CFWL_WidgetImpProperties& properties,
|
|
|