Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivs committed Aug 17, 2018
1 parent 7f8d406 commit 8d0b0ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/plugins/processing/algs/qgis/KNearestConcaveHull.py
Expand Up @@ -189,13 +189,6 @@ def clean_list(list_of_points):
return list(set(list_of_points))


def length(vector):
"""
Returns the number of elements in vector
"""
return len(vector)


def find_min_y_point(list_of_points):
"""
Returns that point of *list_of_points* having minimal y-coordinate
Expand Down

0 comments on commit 8d0b0ac

Please sign in to comment.