mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
removed require 98_SVG.pm
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5629 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f8daecf0c3
commit
94f0187f4d
@ -14,7 +14,11 @@ use GD;
|
|||||||
use feature qw/switch/;
|
use feature qw/switch/;
|
||||||
use vars qw(%data);
|
use vars qw(%data);
|
||||||
use HttpUtils;
|
use HttpUtils;
|
||||||
require "98_SVG.pm"; # enable use of plotAsPng()
|
#require "98_SVG.pm"; # enable use of plotAsPng()
|
||||||
|
sub plotAsPng(@); # forward declaration will be enough
|
||||||
|
# to ensure correct function
|
||||||
|
# and will avoid reloading 98_SVG.pm
|
||||||
|
# during fhem startup/rereadcfg
|
||||||
|
|
||||||
my @cmd_halign= qw(halign thalign ihalign);
|
my @cmd_halign= qw(halign thalign ihalign);
|
||||||
my @cmd_valign= qw(valign tvalign ivalign);
|
my @cmd_valign= qw(valign tvalign ivalign);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user