diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_picturebox.cpp')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_picturebox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_picturebox.cpp b/xfa/fwl/lightwidget/cfwl_picturebox.cpp index 8e0cc60b09..e6328e72ff 100644 --- a/xfa/fwl/lightwidget/cfwl_picturebox.cpp +++ b/xfa/fwl/lightwidget/cfwl_picturebox.cpp @@ -16,10 +16,6 @@ const IFWL_PictureBox* CFWL_PictureBox::GetWidget() const { return static_cast<IFWL_PictureBox*>(m_pIface.get()); } -CFWL_PictureBox* CFWL_PictureBox::Create() { - return new CFWL_PictureBox; -} - FWL_Error CFWL_PictureBox::Initialize( const CFWL_WidgetProperties* pProperties) { if (m_pIface) |