| Index: xfa/fwl/core/ifwl_datetimepicker.h
|
| diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h
|
| index b23fe883409cf77a88549eb776e4ca84acc3ab9b..5a46bf58f5397c87f8d274f7590ea598ff089445 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_DtpDropDown, CFWL_EventType::DropDown)
|
| -
|
| -FWL_EVENT_DEF(CFWL_Event_DtpCloseUp, CFWL_EventType::CloseUp)
|
| -
|
| FWL_EVENT_DEF(CFWL_Event_DtpEditChanged,
|
| CFWL_EventType::EditChanged,
|
| CFX_WideString m_wsText;)
|
|
|