From 11178284eccf22306338cf0d252b8dbb946feb16 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 19 Apr 2016 10:33:32 -0700 Subject: Remove fullscreen code. The FWL_SetFullScreen() method is never called, remove and all the supporting fullscreen code. Review URL: https://codereview.chromium.org/1902083002 --- xfa/fwl/core/ifwl_app.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'xfa/fwl/core/ifwl_app.h') diff --git a/xfa/fwl/core/ifwl_app.h b/xfa/fwl/core/ifwl_app.h index d969c4b35c..3fb0940ed4 100644 --- a/xfa/fwl/core/ifwl_app.h +++ b/xfa/fwl/core/ifwl_app.h @@ -34,12 +34,8 @@ class IFWL_App : public IFWL_Thread { IFWL_App* FWL_GetApp(); void FWL_SetApp(IFWL_App* pApp); + IFWL_AdapterNative* FWL_GetAdapterNative(); IFWL_AdapterWidgetMgr* FWL_GetAdapterWidgetMgr(); -IFWL_ThemeProvider* FWL_GetThemeProvider(); -extern FWL_ERR FWL_Execute(const CFX_WideStringC& wsExecutable, - const CFX_WideStringC& wsParameters); -FWL_ERR FWL_SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen); -FX_BOOL FWL_AppIsActived(); #endif // XFA_FWL_CORE_IFWL_APP_H_ -- cgit v1.2.3