Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 7, 2015
1 parent 4625a16 commit 911929e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/symbology-ng/qgsdatadefinedsymboldialog.cpp
Expand Up @@ -20,7 +20,6 @@ QgsDataDefinedSymbolDialog::QgsDataDefinedSymbolDialog( const QList< DataDefined
attributeFields = mVectorLayer->fields();
}

int i = 0;
QList< DataDefinedSymbolEntry >::const_iterator entryIt = entries.constBegin();
for ( ; entryIt != entries.constEnd(); ++entryIt )
{
Expand All @@ -44,7 +43,6 @@ QgsDataDefinedSymbolDialog::QgsDataDefinedSymbolDialog( const QList< DataDefined
item->setText( 2, entryIt->helpText );

mTreeWidget->addTopLevelItem( item );
++i;
}

for ( int c = 0; c != mTreeWidget->columnCount() - 1; c++ )
Expand Down

0 comments on commit 911929e

Please sign in to comment.