Remove duplicated call to parse editform config

This commit is contained in:
Matthias Kuhn 2016-09-08 10:47:42 +02:00
parent 25191e1cd1
commit 74cceb4e1b

View File

@ -1714,8 +1714,6 @@ bool QgsVectorLayer::readSymbology( const QDomNode& node, QString& errorMessage
// process the attribute actions
mActions->readXml( node );
mEditFormConfig.readXml( node );
QDomNode annotationFormNode = node.namedItem( "annotationform" );
if ( !annotationFormNode.isNull() )
{