From 4572c8a20beee5cbab2eb1a90cb6cadcc5fa512c Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 21 Nov 2016 18:11:16 -0800 Subject: Remove the GetCaption dataprovider method This method mostly returns L"". In the one case where it returns something different the value is substituted into the callsite. The IFWL_Tooltip class was using the caption, but it is not currently being used. Removed as well. Review-Url: https://codereview.chromium.org/2522663002 --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 3542d457d9..dff610528e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1313,8 +1313,6 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_timer.h", "xfa/fwl/core/ifwl_timerinfo.cpp", "xfa/fwl/core/ifwl_timerinfo.h", - "xfa/fwl/core/ifwl_tooltip.cpp", - "xfa/fwl/core/ifwl_tooltip.h", "xfa/fwl/core/ifwl_widget.cpp", "xfa/fwl/core/ifwl_widget.h", "xfa/fwl/core/ifwl_widgetdelegate.h", -- cgit v1.2.3