Index: xfa/fwl/core/ifwl_spinbutton.h |
diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h |
index 39aee9fabe48bc5ab76d270eb3b6ef225088cd5a..e2fda86da0fc301ae4acf1d10f01ff71cc5fd38c 100644 |
--- a/xfa/fwl/core/ifwl_spinbutton.h |
+++ b/xfa/fwl/core/ifwl_spinbutton.h |
@@ -17,8 +17,6 @@ |
class CFWL_MsgMouse; |
class CFWL_WidgetProperties; |
-FWL_EVENT_DEF(CFWL_EvtSpbClick, CFWL_EventType::Click, bool m_bUp;) |
- |
class IFWL_SpinButton : public IFWL_Widget { |
public: |
IFWL_SpinButton(const IFWL_App* app, |