| Index: xfa/fwl/lightwidget/cfwl_barcode.cpp
|
| diff --git a/xfa/fwl/lightwidget/cfwl_barcode.cpp b/xfa/fwl/lightwidget/cfwl_barcode.cpp
|
| index 24dce17fee896720c47ce6d6f4cd7b1b0caf1d5a..dd8d9f073a48a19a8a4a779473bf8fbe40f1e707 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_barcode.cpp
|
| +++ b/xfa/fwl/lightwidget/cfwl_barcode.cpp
|
| @@ -16,10 +16,6 @@ const IFWL_Barcode* CFWL_Barcode::GetWidget() const {
|
| return static_cast<IFWL_Barcode*>(m_pIface.get());
|
| }
|
|
|
| -CFWL_Barcode* CFWL_Barcode::Create() {
|
| - return new CFWL_Barcode;
|
| -}
|
| -
|
| FWL_Error CFWL_Barcode::Initialize(const CFWL_WidgetProperties* pProperties) {
|
| if (m_pIface)
|
| return FWL_Error::Indefinite;
|
|
|