| Index: xfa/fwl/core/ifwl_datetimeedit.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimeedit.h b/xfa/fwl/core/ifwl_datetimeedit.h
|
| index cbb118329ab5037d55e2dc3f296b6466ce02f175..39dd3718ac134aa11d7eb4b353033745d45d1925 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;
|
| };
|
|
|