Skip to content
Permalink
Browse files
[processing] remove unused variables
  • Loading branch information
alexbruy committed Dec 13, 2016
1 parent fd5f641 commit 5b9d11b
Showing 1 changed file with 0 additions and 5 deletions.
@@ -77,10 +77,6 @@ def defineCharacteristics(self):
self.tr('Both directions'): QgsVectorLayerDirector.DirectionForward
}

self.UNITS = {self.tr('Meters'): 1,
self.tr('Kilometers'): 1000
}

self.name, self.i18n_name = self.trAlgorithm('Shortest path')
self.group, self.i18n_group = self.trAlgorithm('Network analysis')

@@ -117,7 +113,6 @@ def defineCharacteristics(self):
self.tr('Topology tolerance'),
0.0, 0.0, 99999999.999999))


for p in params:
p.isAdvanced = True
self.addParameter(p)

0 comments on commit 5b9d11b

Please sign in to comment.