diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_combobox.cpp')
-rw-r--r-- | xfa/fwl/core/cfwl_combobox.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xfa/fwl/core/cfwl_combobox.cpp b/xfa/fwl/core/cfwl_combobox.cpp index bd045f4e71..1a75927dda 100644 --- a/xfa/fwl/core/cfwl_combobox.cpp +++ b/xfa/fwl/core/cfwl_combobox.cpp @@ -127,11 +127,6 @@ FWL_Error CFWL_ComboBox::SetEditLimit(int32_t nLimit) { : FWL_Error::Indefinite; } -FWL_Error CFWL_ComboBox::EditDoClipboard(int32_t iCmd) { - return GetWidget() ? ToComboBox(GetWidget())->EditDoClipboard(iCmd) - : FWL_Error::Indefinite; -} - bool CFWL_ComboBox::EditRedo(const IFDE_TxtEdtDoRecord* pRecord) { return GetWidget() ? ToComboBox(GetWidget())->EditRedo(pRecord) : false; } |