Skip to content
Permalink
Browse files
Some cleanup
  • Loading branch information
m-kuhn committed Jul 24, 2014
1 parent 17ab64e commit af7f036
Showing 1 changed file with 0 additions and 6 deletions.
@@ -517,12 +517,6 @@ void QgsVectorLayerFeatureIterator::prepareExpressions()
}
}
}

#if 0
// add required fields if we're using a subset
if ( mRequest.flags() & QgsFeatureRequest::SubsetOfAttributes )
mRequest.setSubsetOfAttributes( mRequest.subsetOfAttributes() + sourceJoinFields );
#endif
}

void QgsVectorLayerFeatureIterator::addJoinedAttributes( QgsFeature &f )

0 comments on commit af7f036

Please sign in to comment.