summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/lightwidget/cfwl_checkbox.h')
-rw-r--r--xfa/fwl/lightwidget/cfwl_checkbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/lightwidget/cfwl_checkbox.h b/xfa/fwl/lightwidget/cfwl_checkbox.h
index 51e62943dc..ef66280b85 100644
--- a/xfa/fwl/lightwidget/cfwl_checkbox.h
+++ b/xfa/fwl/lightwidget/cfwl_checkbox.h
@@ -18,8 +18,6 @@ class CFWL_CheckBox : public CFWL_Widget {
IFWL_CheckBox* GetWidget() override;
const IFWL_CheckBox* GetWidget() const override;
- static CFWL_CheckBox* Create();
-
FWL_Error Initialize(const CFWL_WidgetProperties* pProperties = nullptr);
FWL_Error SetCaption(const CFX_WideStringC& wsCaption);
FWL_Error SetBoxSize(FX_FLOAT fHeight);