From c4c17fbbcf4cd2b72af7c10db0320d78099df66d Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 13 Apr 2016 13:24:39 -0700 Subject: Remove unused FWL methods This CL removes various methods from FWL that are not called. Review URL: https://codereview.chromium.org/1886703005 --- xfa/fwl/core/fwl_formimp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xfa/fwl/core/fwl_formimp.h') 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; -- cgit v1.2.3