diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_thisproxy.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_thisproxy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_thisproxy.h b/xfa/fxfa/parser/cxfa_thisproxy.h index e86a6b5534..197a97da67 100644 --- a/xfa/fxfa/parser/cxfa_thisproxy.h +++ b/xfa/fxfa/parser/cxfa_thisproxy.h @@ -13,8 +13,6 @@ class CXFA_ThisProxy : public CXFA_Object { public: - static CXFA_ThisProxy* FromCXFAObject(CXFA_Object* that); - CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode); ~CXFA_ThisProxy() override; |