[processing] fix Distance Matrix tool (fix #7618)

This commit is contained in:
Alexander Bruy 2014-03-24 19:03:31 +02:00
parent 6ab62fd8b8
commit 7f522f92e0

View File

@ -113,7 +113,6 @@ class PointDistance(GeoAlgorithm):
index = vector.spatialindex(targetLayer)
inIdx = inLayer.fieldNameIndex(inField)
inLayer.select([inIdx])
outIdx = targetLayer.fieldNameIndex(inField)
outFeat = QgsFeature()