diff options
Diffstat (limited to 'core/fxcrt/xml/cxml_element.h')
-rw-r--r-- | core/fxcrt/xml/cxml_element.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxcrt/xml/cxml_element.h b/core/fxcrt/xml/cxml_element.h index 498a0708ad..220eb7bcad 100644 --- a/core/fxcrt/xml/cxml_element.h +++ b/core/fxcrt/xml/cxml_element.h @@ -56,12 +56,6 @@ class CXML_Element : public CXML_Object { const WideString& value); private: - bool GetAttrValue(const ByteStringView& name, WideString& attribute) const; - bool GetAttrValue(const ByteStringView& space, - const ByteStringView& name, - WideString& attribute) const; - bool GetAttrInteger(const ByteStringView& name, int& attribute) const; - UnownedPtr<const CXML_Element> const m_pParent; ByteString m_QSpaceName; ByteString m_TagName; |