| Index: xfa/fwl/lightwidget/cfwl_listbox.h
 | 
| diff --git a/xfa/fwl/lightwidget/cfwl_listbox.h b/xfa/fwl/lightwidget/cfwl_listbox.h
 | 
| index f647ae8d56b8752bd3986fdc4bc90fcbb9c7607f..a3bba8bfea3716026485775b2034de06168615c4 100644
 | 
| --- a/xfa/fwl/lightwidget/cfwl_listbox.h
 | 
| +++ b/xfa/fwl/lightwidget/cfwl_listbox.h
 | 
| @@ -25,7 +25,6 @@ class CFWL_ListBox : public CFWL_Widget {
 | 
|    IFWL_ListBox* GetWidget() override;
 | 
|    const IFWL_ListBox* GetWidget() const override;
 | 
|  
 | 
| -  static CFWL_ListBox* Create();
 | 
|    FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
 | 
|    FWL_Error AddDIBitmap(CFX_DIBitmap* pDIB, IFWL_ListItem* pItem);
 | 
|    IFWL_ListItem* AddString(const CFX_WideStringC& wsAdd,
 | 
| 
 |