summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_tooltiptarget.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-13 13:24:39 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-13 13:24:40 -0700
commitc4c17fbbcf4cd2b72af7c10db0320d78099df66d (patch)
treedaedb56c01607a4d169bf5494ba199dca632c454 /xfa/fwl/core/ifwl_tooltiptarget.h
parent9f3dbbc54c6981f069b57e6714393ac6c0c64231 (diff)
downloadpdfium-c4c17fbbcf4cd2b72af7c10db0320d78099df66d.tar.xz
Remove unused FWL methods
This CL removes various methods from FWL that are not called. Review URL: https://codereview.chromium.org/1886703005
Diffstat (limited to 'xfa/fwl/core/ifwl_tooltiptarget.h')
-rw-r--r--xfa/fwl/core/ifwl_tooltiptarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xfa/fwl/core/ifwl_tooltiptarget.h b/xfa/fwl/core/ifwl_tooltiptarget.h
index b0bbe44a7a..0b364f2754 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_