| Index: xfa/fwl/core/ifwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h
|
| index efe767403033b0ca6b4143c2668cde94bb8aaf42..e9aeb08be218ce86f8ff647767730c9cdad27c91 100644
|
| --- a/xfa/fwl/core/ifwl_datetimepicker.h
|
| +++ b/xfa/fwl/core/ifwl_datetimepicker.h
|
| @@ -34,12 +34,6 @@
|
| class IFWL_DateTimeEdit;
|
| class IFWL_FormProxy;
|
|
|
| -FWL_EVENT_DEF(CFWL_Event_DtpSelectChanged,
|
| - CFWL_EventType::SelectChanged,
|
| - int32_t iYear;
|
| - int32_t iMonth;
|
| - int32_t iDay;)
|
| -
|
| class IFWL_DateTimePickerDP : public IFWL_DataProvider {
|
| public:
|
| virtual void GetToday(IFWL_Widget* pWidget,
|
|
|