diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_listbox.cpp')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_listbox.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_listbox.cpp b/xfa/fwl/lightwidget/cfwl_listbox.cpp index d5ea8797ba..eb984d670e 100644 --- a/xfa/fwl/lightwidget/cfwl_listbox.cpp +++ b/xfa/fwl/lightwidget/cfwl_listbox.cpp @@ -18,10 +18,6 @@ const IFWL_ListBox* CFWL_ListBox::GetWidget() const { return static_cast<IFWL_ListBox*>(m_pIface.get()); } -CFWL_ListBox* CFWL_ListBox::Create() { - return new CFWL_ListBox; -} - FWL_Error CFWL_ListBox::Initialize(const CFWL_WidgetProperties* pProperties) { if (m_pIface) return FWL_Error::Indefinite; |