| Index: xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp
|
| diff --git a/xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp b/xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp
|
| index c1b8d3e07d8a73bb2e08c81d86bbd1fa9669cb18..c3d31923611962e3f495a15edb7f79eedf0b4b6f 100644
|
| --- a/xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp
|
| +++ b/xfa/src/fwl/src/basewidget/fwl_pictureboximp.cpp
|
| @@ -14,12 +14,6 @@ IFWL_PictureBox* IFWL_PictureBox::Create() {
|
| }
|
| IFWL_PictureBox::IFWL_PictureBox() {
|
| }
|
| -FWL_ERR IFWL_PictureBox::Initialize(IFWL_Widget* pOuter) {
|
| - CFWL_PictureBoxImp* pPictureBoxImpl = new CFWL_PictureBoxImp(pOuter);
|
| - SetImpl(pPictureBoxImpl);
|
| - pPictureBoxImpl->SetInterface(this);
|
| - return pPictureBoxImpl->Initialize();
|
| -}
|
| FWL_ERR IFWL_PictureBox::Initialize(const CFWL_WidgetImpProperties& properties,
|
| IFWL_Widget* pOuter) {
|
| CFWL_PictureBoxImp* pPictureBoxImpl =
|
|
|