removed unneeded old code

This commit is contained in:
Dima Kogan 2016-01-22 00:48:59 -08:00
parent 80b6030996
commit f01431dd1e

View File

@ -605,11 +605,6 @@ sub mainThread
setCurveAsHistogram( $_ ) foreach (@{$options{histogram}});
# set all the axis ranges
# If a bound isn't given I want to set it to the empty string, so I can communicate it simply to
# gnuplot
print PIPE "set xtics\n";
if(@{$options{y2}})
{
print PIPE "set ytics nomirror\n";