| Index: xfa/fwl/core/ifwl_formproxy.h | 
| diff --git a/xfa/fwl/core/ifwl_formproxy.h b/xfa/fwl/core/ifwl_formproxy.h | 
| index c188d93a0589b97b38fdfed6a99f86adebb5bac9..d5a1bd97de6a79a38683a6036b1f3f4d72ad91db 100644 | 
| --- a/xfa/fwl/core/ifwl_formproxy.h | 
| +++ b/xfa/fwl/core/ifwl_formproxy.h | 
| @@ -14,9 +14,6 @@ class CFWL_FormProxyImpDelegate; | 
|  | 
| class IFWL_FormProxy : public IFWL_Form { | 
| public: | 
| -  static IFWL_FormProxy* Create(CFWL_WidgetImpProperties& properties, | 
| -                                IFWL_Widget* pOuter); | 
| - | 
| IFWL_FormProxy(const CFWL_WidgetImpProperties& properties, | 
| IFWL_Widget* pOuter); | 
| ~IFWL_FormProxy() override; | 
|  |