diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_pushbutton.cpp')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_pushbutton.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_pushbutton.cpp b/xfa/fwl/lightwidget/cfwl_pushbutton.cpp index b1031692dd..79afe805cd 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) |