From 38eaf4b11383e24a00192132b683cc07e38622a6 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 15 Nov 2016 12:33:06 -0800 Subject: Cleanup cfwl_* files. This Cl cleans up the visibility, method usage and return values in the remaining CFWL files. Review-Url: https://codereview.chromium.org/2498163002 --- xfa/fwl/core/cfwl_widget.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'xfa/fwl/core/cfwl_widget.cpp') diff --git a/xfa/fwl/core/cfwl_widget.cpp b/xfa/fwl/core/cfwl_widget.cpp index 5ea5aebead..fb44ded269 100644 --- a/xfa/fwl/core/cfwl_widget.cpp +++ b/xfa/fwl/core/cfwl_widget.cpp @@ -18,10 +18,7 @@ #define FWL_WGT_CalcWidth 2048 #define FWL_WGT_CalcMultiLineDefWidth 120.0f -CFWL_Widget::CFWL_Widget(const IFWL_App* app) - : m_pApp(app), m_pWidgetMgr(app->GetWidgetMgr()) { - ASSERT(m_pWidgetMgr); -} +CFWL_Widget::CFWL_Widget(const IFWL_App* app) : m_pApp(app) {} CFWL_Widget::~CFWL_Widget() {} -- cgit v1.2.3