Skip to content

Commit

Permalink
Remove unused code from basecore2d.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed Jul 31, 2022
1 parent 107a7b7 commit dae67fe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kiva/basecore2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,13 +1247,6 @@ def get_subpath_points(self, debug=0):
"""
if self.draw_points:
pts = np.vstack(self.draw_points)
# if self.draw_points and len(shape(self.draw_points[0])) > 1:
# first_points = self.draw_points[0]
# other_points = asarray(self.draw_points[1:])
# if len(other_points):
# pts = concatenate((first_points, other_points), 0)
# else:
# pts = first_points
else:
pts = asarray(self.draw_points)
return pts
Expand Down

0 comments on commit dae67fe

Please sign in to comment.