Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: xfa/fwl/core/fwl_formimp.h

Issue 1886703005: Remove unused FWL methods (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa/fwl/core/fwl_formimp.cpp » ('j') | xfa/fwl/core/fwl_noteimp.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/fwl_formimp.h
diff --git a/xfa/fwl/core/fwl_formimp.h b/xfa/fwl/core/fwl_formimp.h
index 766cd85cbf15a72a0dd4184d5c1b47c967928ba1..b56a51b2da6bccdfa1dccdb10c29f6a8b127a385 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;
« no previous file with comments | « no previous file | xfa/fwl/core/fwl_formimp.cpp » ('j') | xfa/fwl/core/fwl_noteimp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698