commit b794c279c9d6d71e534b3a40126124572ea89610
parent 9730a98ed2381c7b3d180e290038721dc0a1c28b
Author: Colin Leroy <colin@colino.net>
Date: Wed, 31 Aug 2016 16:47:50 +0200
Remove useless code
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/common/xmlprops.c b/src/common/xmlprops.c
@@ -272,7 +272,6 @@ static void xmlprops_read_props( XmlProperty *props, XMLFile *file ) {
pValue = g_strdup("");
if (! file->level ) break;
xml_parse_next_tag( file );
- xml_get_current_tag( file );
if( xml_compare_tag( file, XMLS_ELTAG_PROPERTY ) ) {
attr = xml_get_current_tag_attr( file );
while( attr ) {