summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_formimp.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/fwl_formimp.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/fwl_formimp.h')
-rw-r--r--xfa/fwl/core/fwl_formimp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fwl/core/fwl_formimp.h b/xfa/fwl/core/fwl_formimp.h
index 766cd85cbf..b56a51b2da 100644
--- a/xfa/fwl/core/fwl_formimp.h
+++ b/xfa/fwl/core/fwl_formimp.h
@@ -92,8 +92,6 @@ class CFWL_FormImp : public CFWL_PanelImp {
IFWL_ThemeProvider* pTheme);
CFWL_WidgetImp* GetSubFocus();
void SetSubFocus(CFWL_WidgetImp* pWidget);
- CFX_MapAccelerators& GetAccelerator();
- void SetAccelerator(CFX_MapAccelerators* pAccelerators);
protected:
void ShowChildWidget(IFWL_Widget* pParent);
@@ -136,7 +134,7 @@ class CFWL_FormImp : public CFWL_PanelImp {
FX_FLOAT fLimitMin,
FX_FLOAT fLimitMax,
FX_BOOL bTop);
- CFX_MapAccelerators m_mapAccelerators;
+
CFX_RectF m_rtRestore;
CFX_RectF m_rtCaptionText;
CFX_RectF m_rtRelative;