remove unused XMLBase

This commit is contained in:
Lee Thomason 2016-06-03 07:49:35 -07:00
parent 31d6c877bd
commit d3f5c318ae
1 changed files with 0 additions and 2 deletions

View File

@ -893,7 +893,6 @@ private:
*/
class TINYXML2_LIB XMLText : public XMLNode
{
friend class XMLBase;
friend class XMLDocument;
public:
virtual bool Accept( XMLVisitor* visitor ) const;
@ -1142,7 +1141,6 @@ private:
*/
class TINYXML2_LIB XMLElement : public XMLNode
{
friend class XMLBase;
friend class XMLDocument;
public:
/// Get the name of an element (which is the Value() of the node.)