| Index: xfa/fwl/lightwidget/cfwl_combobox.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_combobox.h b/xfa/fwl/lightwidget/cfwl_combobox.h
|
| index 186d4b78744a19577a4a5f6cf1e9d5a006f0aee4..bbcec3bb8b0d3b51690ce499f13625ab6f661da2 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_combobox.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_combobox.h
|
| @@ -26,7 +26,6 @@ class CFWL_ComboBox : public CFWL_Widget {
|
| IFWL_ComboBox* GetWidget() override;
|
| const IFWL_ComboBox* GetWidget() const override;
|
|
|
| - static CFWL_ComboBox* Create();
|
| FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
|
| int32_t AddString(const CFX_WideStringC& wsText);
|
| int32_t AddString(const CFX_WideStringC& wsText, CFX_DIBitmap* pIcon);
|
|
|