diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_checkbox.h')
-rw-r--r-- | xfa/fwl/core/ifwl_checkbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h index cda02b5168..06e8f703af 100644 --- a/xfa/fwl/core/ifwl_checkbox.h +++ b/xfa/fwl/core/ifwl_checkbox.h @@ -77,7 +77,6 @@ class IFWL_CheckBox : public IFWL_Widget { uint32_t GetPartStates(); void UpdateTextOutStyles(); void NextStates(); - void OnActivate(CFWL_Message* pMsg); void OnFocusChanged(CFWL_Message* pMsg, bool bSet); void OnLButtonDown(CFWL_MsgMouse* pMsg); void OnLButtonUp(CFWL_MsgMouse* pMsg); |