| Index: xfa/fwl/core/cfwl_combobox.h
|
| diff --git a/xfa/fwl/core/cfwl_combobox.h b/xfa/fwl/core/cfwl_combobox.h
|
| index 84864714a5348fd57a67f951d28682e80e07f941..246711983d8426dc0e220aa9abac1ef80fa66d66 100644
|
| --- a/xfa/fwl/core/cfwl_combobox.h
|
| +++ b/xfa/fwl/core/cfwl_combobox.h
|
| @@ -37,7 +37,6 @@ class CFWL_ComboBox : public CFWL_Widget, public IFWL_ComboBoxDP {
|
| int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
|
| int32_t GetEditLimit();
|
| FWL_Error SetEditLimit(int32_t nLimit);
|
| - FWL_Error EditDoClipboard(int32_t iCmd);
|
| bool EditRedo(const IFDE_TxtEdtDoRecord* pRecord);
|
| bool EditUndo(const IFDE_TxtEdtDoRecord* pRecord);
|
| FWL_Error SetMaxListHeight(FX_FLOAT fMaxHeight);
|
|
|