| Index: xfa/fwl/core/ifwl_datetimecalendar.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimecalendar.h b/xfa/fwl/core/ifwl_datetimecalendar.h
|
| index 3d856fd578cd110c67a45a5f9ae0903ed4ff84f2..7a3b960fe63466bf3a867ef6827154ef8e5fd2c2 100644
|
| --- a/xfa/fwl/core/ifwl_datetimecalendar.h
|
| +++ b/xfa/fwl/core/ifwl_datetimecalendar.h
|
| @@ -15,10 +15,6 @@ class IFWL_DateTimeCalendar : public IFWL_MonthCalendar {
|
| const CFWL_WidgetImpProperties& properties,
|
| IFWL_Widget* pOuter);
|
|
|
| - // IFWL_MonthCalendar
|
| - void Initialize() override;
|
| - void Finalize() override;
|
| -
|
| protected:
|
| friend class CFWL_DateTimeCalendarImpDelegate;
|
| };
|
|
|