| Index: xfa/fwl/core/ifwl_barcode.cpp | 
| diff --git a/xfa/fwl/core/ifwl_barcode.cpp b/xfa/fwl/core/ifwl_barcode.cpp | 
| index 76f64facd028fd8b7ae22513f72eb612d7841254..770a857d784f7016d4c95368fe44163d669d960d 100644 | 
| --- a/xfa/fwl/core/ifwl_barcode.cpp | 
| +++ b/xfa/fwl/core/ifwl_barcode.cpp | 
| @@ -12,14 +12,8 @@ | 
| #include "xfa/fwl/core/fwl_noteimp.h" | 
| #include "xfa/fwl/core/ifwl_themeprovider.h" | 
|  | 
| -// static | 
| -IFWL_Barcode* IFWL_Barcode::Create(const CFWL_WidgetImpProperties& properties) { | 
| -  return new IFWL_Barcode(properties, nullptr); | 
| -} | 
| - | 
| -IFWL_Barcode::IFWL_Barcode(const CFWL_WidgetImpProperties& properties, | 
| -                           IFWL_Widget* pOuter) | 
| -    : IFWL_Edit(properties, pOuter), m_dwStatus(0), m_type(BC_UNKNOWN) {} | 
| +IFWL_Barcode::IFWL_Barcode(const CFWL_WidgetImpProperties& properties) | 
| +    : IFWL_Edit(properties, nullptr), m_dwStatus(0), m_type(BC_UNKNOWN) {} | 
|  | 
| IFWL_Barcode::~IFWL_Barcode() {} | 
|  | 
|  |