aboutsummaryrefslogtreecommitdiff
path: root/src/xmlreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/xmlreader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlreader.cpp b/src/xmlreader.cpp
index d51568c..18df69c 100644
--- a/src/xmlreader.cpp
+++ b/src/xmlreader.cpp
@@ -71,7 +71,6 @@ bool XmlReader::buildDoc()
71 71
72void XmlReader::textDecl() 72void XmlReader::textDecl()
73{ 73{
74 char chr;
75 if( getChar() == '<' && getChar( 1 ) == '?' ) 74 if( getChar() == '<' && getChar( 1 ) == '?' )
76 { 75 {
77 usedChar( 2 ); 76 usedChar( 2 );