Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 6, 2017
1 parent e49aaed commit c973c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgsfeatureaction.cpp
Expand Up @@ -175,8 +175,6 @@ bool QgsFeatureAction::addFeature( const QgsAttributeMap &defaultAttributes, boo

for ( int idx = 0; idx < fields.count(); ++idx )
{
QVariant v;

if ( defaultAttributes.contains( idx ) )
{
initialAttributeValues.insert( idx, defaultAttributes.value( idx ) );
Expand Down

0 comments on commit c973c83

Please sign in to comment.