summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/cfwl_widget.cpp')
-rw-r--r--xfa/fwl/core/cfwl_widget.cpp5
1 files changed, 1 insertions, 4 deletions
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() {}