Index: xfa/fwl/core/ifwl_combolist.h |
diff --git a/xfa/fwl/core/ifwl_combolist.h b/xfa/fwl/core/ifwl_combolist.h |
index 64ffbba6475f1c2a9fbe6ec4bf231cad4d875692..ea356b428a956c3ac24dbe199b04858e8a8aff63 100644 |
--- a/xfa/fwl/core/ifwl_combolist.h |
+++ b/xfa/fwl/core/ifwl_combolist.h |
@@ -25,7 +25,6 @@ class IFWL_ComboList : public IFWL_ListBox { |
void ChangeSelected(int32_t iSel); |
int32_t CountItems(); |
- void SetFocus(bool bSet); |
void SetNotifyOwner(bool notify) { m_bNotifyOwner = notify; } |
private: |