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/fwl_sdadapterimp.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xfa/fwl/core/fwl_sdadapterimp.cpp') diff --git a/xfa/fwl/core/fwl_sdadapterimp.cpp b/xfa/fwl/core/fwl_sdadapterimp.cpp index 50246517cc..9732414ea1 100644 --- a/xfa/fwl/core/fwl_sdadapterimp.cpp +++ b/xfa/fwl/core/fwl_sdadapterimp.cpp @@ -89,10 +89,6 @@ FWL_ERR CFWL_SDAdapterWidgetMgr::SetTransparent(IFWL_Widget* pWidget, uint32_t dwAlpha) { return FWL_ERR_Succeeded; } -FWL_ERR CFWL_SDAdapterWidgetMgr::SetFullScreen(IFWL_Widget* pWidget, - FX_BOOL bFullScreen) { - return FWL_ERR_Succeeded; -} FX_BOOL CFWL_SDAdapterWidgetMgr::CheckMessage() { return TRUE; } -- cgit v1.2.3