| Index: xfa/fwl/core/ifwl_monthcalendar.h
|
| diff --git a/xfa/fwl/core/ifwl_monthcalendar.h b/xfa/fwl/core/ifwl_monthcalendar.h
|
| index 096b3a04d714ed7f13752d828b03b57c439923e5..67131a33a01d20dbdd0361700d50d8bf13aba517 100644
|
| --- a/xfa/fwl/core/ifwl_monthcalendar.h
|
| +++ b/xfa/fwl/core/ifwl_monthcalendar.h
|
| @@ -25,13 +25,6 @@
|
| class CFWL_MsgMouse;
|
| class IFWL_Widget;
|
|
|
| -class IFWL_MonthCalendarDP : public IFWL_DataProvider {
|
| - public:
|
| - virtual int32_t GetCurDay(IFWL_Widget* pWidget) = 0;
|
| - virtual int32_t GetCurMonth(IFWL_Widget* pWidget) = 0;
|
| - virtual int32_t GetCurYear(IFWL_Widget* pWidget) = 0;
|
| -};
|
| -
|
| class IFWL_MonthCalendar : public IFWL_Widget {
|
| public:
|
| IFWL_MonthCalendar(const IFWL_App* app,
|
|
|