Index: xfa/fwl/core/ifwl_picturebox.h |
diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h |
index 24c6e7edfd318fb443fd6359e47bc45e3dcf8da6..ecbbc449cb75e81e20aa24e627a24b7fb2621d48 100644 |
--- a/xfa/fwl/core/ifwl_picturebox.h |
+++ b/xfa/fwl/core/ifwl_picturebox.h |
@@ -49,8 +49,6 @@ class IFWL_PictureBox : public IFWL_Widget { |
~IFWL_PictureBox() 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 Update() override; |