| Index: xfa/fwl/core/ifwl_monthcalendar.h
|
| diff --git a/xfa/fwl/core/ifwl_monthcalendar.h b/xfa/fwl/core/ifwl_monthcalendar.h
|
| index 340acf0bcca9e8a98932a798fb415f9b97279aca..48b15fef19350da280550a03eac008e85cc3f325 100644
|
| --- a/xfa/fwl/core/ifwl_monthcalendar.h
|
| +++ b/xfa/fwl/core/ifwl_monthcalendar.h
|
| @@ -53,9 +53,6 @@ class IFWL_MonthCalendarDP : public IFWL_DataProvider {
|
|
|
| class IFWL_MonthCalendar : public IFWL_Widget {
|
| public:
|
| - static IFWL_MonthCalendar* Create(const CFWL_WidgetImpProperties& properties,
|
| - IFWL_Widget* pOuter);
|
| -
|
| IFWL_MonthCalendar(const CFWL_WidgetImpProperties& properties,
|
| IFWL_Widget* pOuter);
|
| ~IFWL_MonthCalendar() override;
|
|
|