| Index: xfa/fwl/core/cfwl_combobox.h
|
| diff --git a/xfa/fwl/core/cfwl_combobox.h b/xfa/fwl/core/cfwl_combobox.h
|
| index 3a4d854442c5b906a485afcf5ee3d0276b5cbd1f..82f1165dae890abe08ea37d7857b10335d9ad45d 100644
|
| --- a/xfa/fwl/core/cfwl_combobox.h
|
| +++ b/xfa/fwl/core/cfwl_combobox.h
|
| @@ -23,9 +23,6 @@ class CFWL_ComboBox : public CFWL_Widget {
|
| CFWL_ComboBox(const IFWL_App*);
|
| ~CFWL_ComboBox() override;
|
|
|
| - IFWL_ComboBox* GetWidget() override;
|
| - const IFWL_ComboBox* GetWidget() const override;
|
| -
|
| void Initialize();
|
|
|
| int32_t AddString(const CFX_WideStringC& wsText);
|
|
|