| Index: xfa/fxfa/parser/xfa_document.h
|
| diff --git a/xfa/fxfa/parser/xfa_document.h b/xfa/fxfa/parser/xfa_document.h
|
| index 8501e5fc60162286f567840a1125d648145b02da..16428ea781fcd065e3a84734f8bf700b072a2bea 100644
|
| --- a/xfa/fxfa/parser/xfa_document.h
|
| +++ b/xfa/fxfa/parser/xfa_document.h
|
| @@ -67,7 +67,6 @@
|
| ~CXFA_Document();
|
| CXFA_Node* GetRoot() const { return m_pRootNode; }
|
| CXFA_DocumentParser* GetParser() const { return m_pParser; }
|
| - void DestroyParser();
|
| CXFA_FFNotify* GetNotify() const;
|
| void SetRoot(CXFA_Node* pNewRoot);
|
| CXFA_Object* GetXFAObject(const CFX_WideStringC& wsNodeName);
|
|
|