diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-17 09:50:40 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-17 09:50:40 -0800 |
commit | e7798055382d2694e2ce78e5330af20c741d0a84 (patch) | |
tree | 5e87aa79f3eff650163f217839d14026b70d25a0 /xfa/fwl/core/ifwl_spinbutton.h | |
parent | a43715b4cefc982baadd45510db8c4e428c2c8cd (diff) | |
download | pdfium-e7798055382d2694e2ce78e5330af20c741d0a84.tar.xz |
Convert CFWL_EvtSpbClick to CFWL_EvtClick
The m_bUp flag of CFWL_EvtSpbClick is never used after being set. Remove the
flag and replace CFWL_EvtSpbClick with CFWL_EvtClick.
Review-Url: https://codereview.chromium.org/2511803002
Diffstat (limited to 'xfa/fwl/core/ifwl_spinbutton.h')
-rw-r--r-- | xfa/fwl/core/ifwl_spinbutton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/core/ifwl_spinbutton.h b/xfa/fwl/core/ifwl_spinbutton.h index 39aee9fabe..e2fda86da0 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, |