removed redundant code

This commit is contained in:
Dima Kogan 2011-05-22 14:59:29 -07:00
parent 38312c6439
commit bbbbf36123

View File

@ -603,7 +603,7 @@ sub pushPoint
{ {
# the x-coordinate of the new point is in the past, so I wipe out all the data for this curve # the x-coordinate of the new point is in the past, so I wipe out all the data for this curve
# and start anew # and start anew
splice( @$curve, 1, @$curve-1 ); splice( @$curve, 1 );
} }
} }