Index: xfa/fwl/core/ifwl_combolist.h |
diff --git a/xfa/fwl/core/ifwl_combolist.h b/xfa/fwl/core/ifwl_combolist.h |
index eaa03e36d4808ed51ab4b80699e7d4c6444380e3..781fbadf738a3b826cb686540a79d7aee1170bbd 100644 |
--- a/xfa/fwl/core/ifwl_combolist.h |
+++ b/xfa/fwl/core/ifwl_combolist.h |
@@ -17,10 +17,6 @@ class IFWL_ComboList : public IFWL_ListBox { |
const CFWL_WidgetImpProperties& properties, |
IFWL_Widget* pOuter); |
- // IFWL_Widget |
- void Initialize() override; |
- void Finalize() override; |
- |
int32_t MatchItem(const CFX_WideString& wsMatch); |
void ChangeSelected(int32_t iSel); |
int32_t CountItems(); |