From 3855f7ff0d4c5c8653fc17219bf65c4a0a95e8bb Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 17 Nov 2016 13:15:16 -0800 Subject: Unify the three CFWL_EventType::SelectChange classes. This CL removes the ListBox SelectChange class as it is never processed. The other two have been unified into a single classs. Review-Url: https://codereview.chromium.org/2509283003 --- xfa/fwl/core/ifwl_datetimepicker.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xfa/fwl/core/ifwl_datetimepicker.h') diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h index efe7674030..e9aeb08be2 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, -- cgit v1.2.3