diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-17 09:25:42 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-17 09:25:42 -0800 |
commit | 4905c9f0474f4fc0a85f05d0eb8c34fb099a77f2 (patch) | |
tree | e85f61c202b5f729b257606c329925f4ffe485c0 /xfa/fwl/core/ifwl_datetimepicker.h | |
parent | 098f454bddc57c9af00d725132a6d9ad8bdb171f (diff) | |
download | pdfium-4905c9f0474f4fc0a85f05d0eb8c34fb099a77f2.tar.xz |
Remove events which are not processed
The DropDown, HoverChanged and CloseUp events are created and thrown but
are not caught for processing anywhere. Removed.
Review-Url: https://codereview.chromium.org/2509733006
Diffstat (limited to 'xfa/fwl/core/ifwl_datetimepicker.h')
-rw-r--r-- | xfa/fwl/core/ifwl_datetimepicker.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h index b23fe88340..5a46bf58f5 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;) |