| Index: xfa/fwl/core/ifwl_tooltiptarget.h
|
| diff --git a/xfa/fwl/core/ifwl_tooltiptarget.h b/xfa/fwl/core/ifwl_tooltiptarget.h
|
| index b0bbe44a7abdef7b7c69d0f419736073528e1aa0..0b364f2754f7355737d6797d38162e8c78017180 100644
|
| --- a/xfa/fwl/core/ifwl_tooltiptarget.h
|
| +++ b/xfa/fwl/core/ifwl_tooltiptarget.h
|
| @@ -29,9 +29,4 @@ class IFWL_ToolTipTarget {
|
| virtual FWL_ERR GetToolTipPos(CFX_PointF& pt) { return FWL_ERR_Indefinite; }
|
| };
|
|
|
| -FWL_ERR FWL_AddToolTipTarget(IFWL_ToolTipTarget* pTarget);
|
| -FWL_ERR FWL_RemoveToolTipTarget(IFWL_ToolTipTarget* pTarget);
|
| -FWL_ERR FWL_SetToolTipInitialDelay(int32_t iDelayTime);
|
| -FWL_ERR FWL_SetToolTipAutoPopDelay(int32_t iDelayTime);
|
| -
|
| #endif // XFA_FWL_CORE_IFWL_TOOLTIPTARGET_H_
|
|
|