mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
removed unneeded if()
This looks like a large patch, but it's 99% re-indentation
This commit is contained in:
parent
4cfcf0fc35
commit
42a8218fbe
@ -657,8 +657,6 @@ sub mainThread
|
||||
last if /^exit/o;
|
||||
}
|
||||
|
||||
if(! /^replot/o)
|
||||
{
|
||||
# parse the incoming data lines. The format is
|
||||
# x id0 dat0 id1 dat1 ....
|
||||
# where idX is the ID of the curve that datX corresponds to
|
||||
@ -747,7 +745,6 @@ sub mainThread
|
||||
$domain0_numeric);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
# finished reading in all. Plot what we have
|
||||
plotStoredData() unless $options{stream};
|
||||
|
Loading…
Reference in New Issue
Block a user