mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 14:51:11 +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
|
# 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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user