98_SVG.pm: remove unfinished/unused jsSVG code

git-svn-id: https://svn.fhem.de/fhem/trunk@17306 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-09-09 13:39:59 +00:00
parent 13a0845e89
commit a0e7094ec5

View File

@@ -175,19 +175,6 @@ SVG_Rename($$)
SVG_Set($hash, $new, "copyGplotFile"); # Forum #59786
}
sub
jsSVG_getAttrs($;$)
{
my ($d , $flt) = @_;
return join("", map { #00 arrives as 65533 in JS
my $v=$attr{$d}{$_};
$v =~ s/'/'/g;
"$_=$v";
} grep { $flt ? $flt->{$_} : 1 } keys %{$attr{$d}});
}
sub
SVG_getplotsize($)
{