From b794c279c9d6d71e534b3a40126124572ea89610 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Wed, 31 Aug 2016 16:47:50 +0200 Subject: [PATCH 1/1] Remove useless code --- src/common/xmlprops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/xmlprops.c b/src/common/xmlprops.c index dea67f493..9aadc3bd5 100644 --- 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 ) { -- 2.25.1