summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_widget.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_widget.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_widget.h')
-rw-r--r--xfa/fwl/core/ifwl_widget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h
index eb1183fdf1..d8e757ac59 100644
--- a/xfa/fwl/core/ifwl_widget.h
+++ b/xfa/fwl/core/ifwl_widget.h
@@ -58,12 +58,4 @@ class IFWL_Widget : public IFWL_Target {
CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
};
-typedef CFX_MapPtrTemplate<uint32_t, uint32_t> CFX_MapAccelerators;
-
-FWL_ERR FWL_Accelerator_SetApp(CFX_MapAccelerators* pMapAccel);
-FWL_ERR FWL_Accelerator_SetThread(CFX_MapAccelerators* pMapAccel);
-FWL_ERR FWL_Accelerator_SetForm(IFWL_Form* pFrom,
- CFX_MapAccelerators* pMapAccel);
-FWL_ERR FWL_EnabelWidget(IFWL_Widget* widget, FX_BOOL bEnable);
-
#endif // XFA_FWL_CORE_IFWL_WIDGET_H_