summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_datetimeedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/ifwl_datetimeedit.h')
-rw-r--r--xfa/fwl/core/ifwl_datetimeedit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/core/ifwl_datetimeedit.h b/xfa/fwl/core/ifwl_datetimeedit.h
index cbb118329a..39dd3718ac 100644
--- a/xfa/fwl/core/ifwl_datetimeedit.h
+++ b/xfa/fwl/core/ifwl_datetimeedit.h
@@ -19,10 +19,6 @@ class IFWL_DateTimeEdit : public IFWL_Edit {
const CFWL_WidgetImpProperties& properties,
IFWL_Widget* pOuter);
- // IFWL_Edit
- void Initialize() override;
- void Finalize() override;
-
protected:
friend class CFWL_DateTimeEditImpDelegate;
};