diff options
Diffstat (limited to 'core/fxcrt/xml/cfx_xmldoc.h')
-rw-r--r-- | core/fxcrt/xml/cfx_xmldoc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fxcrt/xml/cfx_xmldoc.h b/core/fxcrt/xml/cfx_xmldoc.h index 28de7fdba1..8ab6b8fea4 100644 --- a/core/fxcrt/xml/cfx_xmldoc.h +++ b/core/fxcrt/xml/cfx_xmldoc.h @@ -24,8 +24,6 @@ class CFX_XMLDoc { void CloseXML(); CFX_XMLNode* GetRoot() const { return m_pRoot.get(); } - void SaveXMLNode(const RetainPtr<CFX_SeekableStreamProxy>& pXMLStream, - CFX_XMLNode* pNode); private: int32_t m_iStatus; |