summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_widgetmgr.h
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-04-12 10:38:24 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-12 10:38:24 -0700
commit6d689942f295565563253e9697a043f87b3796c2 (patch)
tree27944b86b89bceb225aeebc775e6a54cf6c6aa89 /xfa/fwl/core/ifwl_widgetmgr.h
parent25c223d1c3a662a0e69a5bf95083afbd5fa3cd97 (diff)
downloadpdfium-6d689942f295565563253e9697a043f87b3796c2.tar.xz
Remove unused FWL_WidgetMgrSnapshot() and FWL_WriteBMP().
Review URL: https://codereview.chromium.org/1878293002
Diffstat (limited to 'xfa/fwl/core/ifwl_widgetmgr.h')
-rw-r--r--xfa/fwl/core/ifwl_widgetmgr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/core/ifwl_widgetmgr.h b/xfa/fwl/core/ifwl_widgetmgr.h
index 648206eea9..955e6bab5b 100644
--- a/xfa/fwl/core/ifwl_widgetmgr.h
+++ b/xfa/fwl/core/ifwl_widgetmgr.h
@@ -44,8 +44,5 @@ class IFWL_WidgetMgr {
IFWL_WidgetMgr* FWL_GetWidgetMgr();
FX_BOOL FWL_WidgetIsChild(IFWL_Widget* parent, IFWL_Widget* find);
-FWL_ERR FWL_WidgetMgrSnapshot(IFWL_Widget* pWidget,
- const CFX_WideString* saveFile,
- const CFX_Matrix* pMatrix = NULL);
#endif // XFA_FWL_CORE_IFWL_WIDGETMGR_H_