Removed reference to no-longer-existing variable

This commit is contained in:
Dima Kogan 2019-10-20 19:34:46 -07:00
parent e9c9ff02e4
commit 7e1e6af184

View File

@ -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}) ?