Navigation Menu

Skip to content

Commit

Permalink
Removed Q_UNUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 4, 2015
1 parent 524febe commit 90a82ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsrelation.cpp
Expand Up @@ -187,7 +187,6 @@ QgsFeatureRequest QgsRelation::getReferencedFeatureRequest( const QgsAttributes&
{
int referencedIdx = referencedLayer()->fields().indexFromName( fieldPair.referencedField() );
int referencingIdx = referencingLayer()->fields().indexFromName( fieldPair.referencingField() );
Q_UNUSED( referencingIdx );

QgsField referencedField = referencedLayer()->fields().at( referencedIdx );

Expand Down

0 comments on commit 90a82ba

Please sign in to comment.