| Index: xfa/fwl/core/ifwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h
|
| index eddb596adc6cf36fb37ffb869c839e38baa2c496..5a40a05638c26ba00ab2e0aba8ba2b8d02a73435 100644
|
| --- a/xfa/fwl/core/ifwl_datetimepicker.h
|
| +++ b/xfa/fwl/core/ifwl_datetimepicker.h
|
| @@ -41,10 +41,6 @@ FWL_EVENT_DEF(CFWL_Event_DtpEditChanged,
|
| CFWL_EventType::EditChanged,
|
| CFX_WideString m_wsText;)
|
|
|
| -FWL_EVENT_DEF(CFWL_Event_DtpHoverChanged,
|
| - CFWL_EventType::HoverChanged,
|
| - int32_t hoverday;)
|
| -
|
| FWL_EVENT_DEF(CFWL_Event_DtpSelectChanged,
|
| CFWL_EventType::SelectChanged,
|
| int32_t iYear;
|
|
|