| Index: xfa/fwl/lightwidget/cfwl_pushbutton.cpp
 | 
| diff --git a/xfa/fwl/lightwidget/cfwl_pushbutton.cpp b/xfa/fwl/lightwidget/cfwl_pushbutton.cpp
 | 
| index b1031692ddd058b3c6ec01e38e6696a314b63ccb..79afe805cd578748b0437f862595d56f9a08f324 100644
 | 
| --- a/xfa/fwl/lightwidget/cfwl_pushbutton.cpp
 | 
| +++ b/xfa/fwl/lightwidget/cfwl_pushbutton.cpp
 | 
| @@ -16,10 +16,6 @@ const IFWL_PushButton* CFWL_PushButton::GetWidget() const {
 | 
|    return static_cast<IFWL_PushButton*>(m_pIface.get());
 | 
|  }
 | 
|  
 | 
| -CFWL_PushButton* CFWL_PushButton::Create() {
 | 
| -  return new CFWL_PushButton;
 | 
| -}
 | 
| -
 | 
|  FWL_Error CFWL_PushButton::Initialize(
 | 
|      const CFWL_WidgetProperties* pProperties) {
 | 
|    if (m_pIface)
 | 
| 
 |