mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-21 21:44:53 +08:00
removed redundant code
This commit is contained in:
@@ -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
|
||||
# and start anew
|
||||
splice( @$curve, 1, @$curve-1 );
|
||||
splice( @$curve, 1 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user