From 30e5f30f21c182eb54253008ad755abd991e2e07 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 21 Nov 2016 12:18:28 -0800 Subject: Remove customized layout flag from FWL The Customized Layout flag in FWL is always false. Removed the flag and updated the code as needed. Review-Url: https://codereview.chromium.org/2520023002 --- xfa/fwl/core/ifwl_form.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/core/ifwl_form.h') diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h index dfd9930236..3b7fe4f698 100644 --- a/xfa/fwl/core/ifwl_form.h +++ b/xfa/fwl/core/ifwl_form.h @@ -97,7 +97,6 @@ class IFWL_Form : public IFWL_Widget { bool m_bLButtonDown; bool m_bMaximized; bool m_bSetMaximize; - bool m_bCustomizeLayout; bool m_bDoModalFlag; }; -- cgit v1.2.3