2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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 6d1b75045a
commit ce267e2f25

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($)
{