From 0ca71ec811e33818d2ccba3221fdb660811b813c Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 19 Oct 2016 07:59:25 -0700 Subject: Remove FWL Create methods, use new instead Review-Url: https://chromiumcodereview.appspot.com/2422303003 --- xfa/fwl/lightwidget/cfwl_picturebox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/fwl/lightwidget/cfwl_picturebox.h') diff --git a/xfa/fwl/lightwidget/cfwl_picturebox.h b/xfa/fwl/lightwidget/cfwl_picturebox.h index 612ff1d84d..c039892b66 100644 --- a/xfa/fwl/lightwidget/cfwl_picturebox.h +++ b/xfa/fwl/lightwidget/cfwl_picturebox.h @@ -19,8 +19,6 @@ class CFWL_PictureBox : public CFWL_Widget { IFWL_PictureBox* GetWidget() override; const IFWL_PictureBox* GetWidget() const override; - static CFWL_PictureBox* Create(); - FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr); CFX_DIBitmap* GetPicture(); FWL_Error SetPicture(CFX_DIBitmap* pBitmap); -- cgit v1.2.3