| Index: xfa/fwl/core/ifwl_checkbox.h
|
| diff --git a/xfa/fwl/core/ifwl_checkbox.h b/xfa/fwl/core/ifwl_checkbox.h
|
| index cda02b51687be28f33923d98f3fc4630512d9879..06e8f703af7d0d2eab5217184a1311431fc5dc48 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);
|
|
|