From d2bf06228d7572545717cd36ea0dabc67e9b6d84 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 10 Nov 2016 12:46:33 -0800 Subject: Continue IFWL cleanup Cleaning up more IFWL classes. Review-Url: https://codereview.chromium.org/2492563002 --- xfa/fwl/core/ifwl_formproxy.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xfa/fwl/core/ifwl_formproxy.h') diff --git a/xfa/fwl/core/ifwl_formproxy.h b/xfa/fwl/core/ifwl_formproxy.h index 3a981df127..b86d609a72 100644 --- a/xfa/fwl/core/ifwl_formproxy.h +++ b/xfa/fwl/core/ifwl_formproxy.h @@ -25,9 +25,6 @@ class IFWL_FormProxy : public IFWL_Form { void DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = nullptr) override; void OnProcessMessage(CFWL_Message* pMessage) override; - - protected: - friend class CFWL_FormProxyImpDelegate; }; #endif // XFA_FWL_CORE_IFWL_FORMPROXY_H_ -- cgit v1.2.3