From 7e1e6af184f217b7ec2629701ae984644279da3e Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 20 Oct 2019 19:34:46 -0700 Subject: [PATCH] Removed reference to no-longer-existing variable --- bin/feedgnuplot | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 484fe5c..f29bc48 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1188,10 +1188,7 @@ sub getCurve if( !exists $curveFromID{$id} ) { - my $curve = {# if we have a catch-all style and no specific style, use - # the catch-all style - extraoptions => (!exists $options{curvestyle_hash}{$id} && - exists $options{curvestyleall}) ? + my $curve = {extraoptions => ( exists $options{curvestyleall}) ? "$options{curvestyleall} " : ' ', everyoptions => (!exists $options{every_hash}{$id} && exists $options{everyall}) ?