| Index: xfa/fwl/core/ifwl_combobox.h
|
| diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h
|
| index e5065dbbc3a8b63d2dcdac83cd89d1fe65c496e8..0b586b424f9d7ab3e06d11b181d18c7cfa2f3778 100644
|
| --- a/xfa/fwl/core/ifwl_combobox.h
|
| +++ b/xfa/fwl/core/ifwl_combobox.h
|
| @@ -110,7 +110,6 @@ class IFWL_ComboBox : public IFWL_Widget {
|
| 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);
|
| IFWL_ListBox* GetListBoxt();
|
|
|