diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_checkbox.h')
-rw-r--r-- | xfa/fwl/core/ifwl_checkbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h index 0b38e777b8..65a36a39ab 100644 --- a/xfa/fwl/core/ifwl_checkbox.h +++ b/xfa/fwl/core/ifwl_checkbox.h @@ -47,8 +47,6 @@ class CFWL_MsgMouse; class CFWL_WidgetProperties; class IFWL_Widget; -FWL_EVENT_DEF(CFWL_EvtCkbCheckStateChanged, CFWL_EventType::CheckStateChanged) - class IFWL_CheckBoxDP : public IFWL_DataProvider { public: virtual FX_FLOAT GetBoxSize(IFWL_Widget* pWidget) = 0; |