Skip to content

Commit c973c83

Browse files
committedJul 6, 2017
Remove unused variable
1 parent e49aaed commit c973c83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/app/qgsfeatureaction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ bool QgsFeatureAction::addFeature( const QgsAttributeMap &defaultAttributes, boo
175175

176176
for ( int idx = 0; idx < fields.count(); ++idx )
177177
{
178-
QVariant v;
179-
180178
if ( defaultAttributes.contains( idx ) )
181179
{
182180
initialAttributeValues.insert( idx, defaultAttributes.value( idx ) );

0 commit comments

Comments
 (0)
Please sign in to comment.