mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 06:41:13 +08:00
removed redundant code
This commit is contained in:
parent
38312c6439
commit
bbbbf36123
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user