OSDN Git Service

remove unused private QXmlAttributes member
authorIvailo Monev <xakepa10@gmail.com>
Mon, 6 Jun 2016 16:01:59 +0000 (16:01 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 6 Jun 2016 16:01:59 +0000 (16:01 +0000)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/xml/sax/qxml.cpp
src/xml/sax/qxml.h

index bb6b7fc..f4b0218 100644 (file)
@@ -206,10 +206,6 @@ static bool stripTextDecl(QString& str)
 }
 
 
-class QXmlAttributesPrivate
-{
-};
-
 /* \class QXmlInputSourcePrivate
     \internal
 
index 1ea2da1..330a29f 100644 (file)
@@ -73,7 +73,6 @@ class QXmlSimpleReader;
 
 class QXmlSimpleReaderPrivate;
 class QXmlNamespaceSupportPrivate;
-class QXmlAttributesPrivate;
 class QXmlInputSourcePrivate;
 class QXmlParseExceptionPrivate;
 class QXmlLocatorPrivate;
@@ -146,8 +145,6 @@ private:
     };
     typedef QList<Attribute> AttributeList;
     AttributeList attList;
-
-    QXmlAttributesPrivate *d;
 };
 
 //