Index: xfa/fwl/core/ifwl_combobox.h |
diff --git a/xfa/fwl/core/ifwl_combobox.h b/xfa/fwl/core/ifwl_combobox.h |
index 268a4b516ba21d9bf6e770ba815803040b92fe1c..5fab49986cfcf242c02b2c64afe8c4f14c4beb7f 100644 |
--- a/xfa/fwl/core/ifwl_combobox.h |
+++ b/xfa/fwl/core/ifwl_combobox.h |
@@ -89,8 +89,6 @@ class IFWL_ComboBox : public IFWL_Widget { |
~IFWL_ComboBox() override; |
// IFWL_Widget |
- void Initialize() override; |
- void Finalize() override; |
FWL_Type GetClassID() const override; |
FWL_Error GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize = FALSE) override; |
FWL_Error ModifyStylesEx(uint32_t dwStylesExAdded, |