| Index: xfa/fwl/core/ifwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h
|
| index 5a46bf58f5397c87f8d274f7590ea598ff089445..efe767403033b0ca6b4143c2668cde94bb8aaf42 100644
|
| --- a/xfa/fwl/core/ifwl_datetimepicker.h
|
| +++ b/xfa/fwl/core/ifwl_datetimepicker.h
|
| @@ -34,10 +34,6 @@
|
| class IFWL_DateTimeEdit;
|
| class IFWL_FormProxy;
|
|
|
| -FWL_EVENT_DEF(CFWL_Event_DtpEditChanged,
|
| - CFWL_EventType::EditChanged,
|
| - CFX_WideString m_wsText;)
|
| -
|
| FWL_EVENT_DEF(CFWL_Event_DtpSelectChanged,
|
| CFWL_EventType::SelectChanged,
|
| int32_t iYear;
|
|
|