Skip to content

Commit

Permalink
Remove duplicated call to parse editform config
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 8, 2016
1 parent 25191e1 commit 74cceb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsvectorlayer.cpp
Expand Up @@ -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() )
{
Expand Down

0 comments on commit 74cceb4

Please sign in to comment.