diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_datetimeedit.h')
-rw-r--r-- | xfa/fwl/core/ifwl_datetimeedit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_datetimeedit.h b/xfa/fwl/core/ifwl_datetimeedit.h index 98b1a364b2..29433e5173 100644 --- a/xfa/fwl/core/ifwl_datetimeedit.h +++ b/xfa/fwl/core/ifwl_datetimeedit.h @@ -15,9 +15,6 @@ class IFWL_DateTimeEdit : public IFWL_Edit { public: - static IFWL_DateTimeEdit* Create(const CFWL_WidgetImpProperties& properties, - IFWL_Widget* pOuter); - IFWL_DateTimeEdit(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter); |