Skip to content

Commit

Permalink
[processing] drop Python versions of the shortest paths algs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 1, 2018
1 parent 72d13ac commit 7539415
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 859 deletions.
6 changes: 0 additions & 6 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -125,9 +125,6 @@
from .SetRasterStyle import SetRasterStyle
from .SetVectorStyle import SetVectorStyle
from .SetZValue import SetZValue
#from .ShortestPathLayerToPoint import ShortestPathLayerToPoint
#from .ShortestPathPointToLayer import ShortestPathPointToLayer
#from .ShortestPathPointToPoint import ShortestPathPointToPoint
from .SingleSidedBuffer import SingleSidedBuffer
from .Slope import Slope
from .SnapGeometries import SnapGeometriesToLayer
Expand Down Expand Up @@ -239,9 +236,6 @@ def getAlgs(self):
SetRasterStyle(),
SetVectorStyle(),
SetZValue(),
#ShortestPathLayerToPoint(),
#ShortestPathPointToLayer(),
#ShortestPathPointToPoint(),
SingleSidedBuffer(),
Slope(),
SnapGeometriesToLayer(),
Expand Down
295 changes: 0 additions & 295 deletions python/plugins/processing/algs/qgis/ShortestPathLayerToPoint.py

This file was deleted.

0 comments on commit 7539415

Please sign in to comment.