Skip to content

Commit 8d0b0ac

Browse files
committed
Remove unused function
1 parent 7f8d406 commit 8d0b0ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python/plugins/processing/algs/qgis/KNearestConcaveHull.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@ def clean_list(list_of_points):
189189
return list(set(list_of_points))
190190

191191

192-
def length(vector):
193-
"""
194-
Returns the number of elements in vector
195-
"""
196-
return len(vector)
197-
198-
199192
def find_min_y_point(list_of_points):
200193
"""
201194
Returns that point of *list_of_points* having minimal y-coordinate

0 commit comments

Comments
 (0)