| Index: xfa/fwl/lightwidget/cfwl_checkbox.cpp
 | 
| diff --git a/xfa/fwl/lightwidget/cfwl_checkbox.cpp b/xfa/fwl/lightwidget/cfwl_checkbox.cpp
 | 
| index 1f59ee148a1e84bd0f4384e0143c6c51aeb62669..d14ed51b3ba2d177d36483fc1a1ac760aa987d16 100644
 | 
| --- a/xfa/fwl/lightwidget/cfwl_checkbox.cpp
 | 
| +++ b/xfa/fwl/lightwidget/cfwl_checkbox.cpp
 | 
| @@ -18,10 +18,6 @@ const IFWL_CheckBox* CFWL_CheckBox::GetWidget() const {
 | 
|    return static_cast<IFWL_CheckBox*>(m_pIface.get());
 | 
|  }
 | 
|  
 | 
| -CFWL_CheckBox* CFWL_CheckBox::Create() {
 | 
| -  return new CFWL_CheckBox;
 | 
| -}
 | 
| -
 | 
|  FWL_Error CFWL_CheckBox::Initialize(const CFWL_WidgetProperties* pProperties) {
 | 
|    if (m_pIface)
 | 
|      return FWL_Error::Indefinite;
 | 
| 
 |