diff options
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_edit.h')
-rw-r--r-- | xfa/fwl/lightwidget/cfwl_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_edit.h b/xfa/fwl/lightwidget/cfwl_edit.h index a9a466a49a..6c70c437f1 100644 --- a/xfa/fwl/lightwidget/cfwl_edit.h +++ b/xfa/fwl/lightwidget/cfwl_edit.h @@ -23,7 +23,6 @@ class CFWL_Edit : public CFWL_Widget { IFWL_Edit* GetWidget() override; const IFWL_Edit* GetWidget() const override; - static CFWL_Edit* Create(); FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr); FWL_Error SetText(const CFX_WideString& wsText); int32_t GetTextLength() const; |