2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

contrib/InfoPanel: updated

git-svn-id: https://svn.fhem.de/fhem/trunk@7764 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-01-29 18:06:46 +00:00
parent eb3228baf3
commit f7b3576451

View File

@ -566,8 +566,6 @@ sub btIP_evalLayout($$@) {
my ($width,$height)= split(/x/, AttrVal($name,"size","800x600")); my ($width,$height)= split(/x/, AttrVal($name,"size","800x600"));
my @layout= split("\n", $layout); my @layout= split("\n", $layout);
my %h4params;
my %params; my %params;
$params{name}= $name; $params{name}= $name;
$params{width}= $width; $params{width}= $width;
@ -625,12 +623,6 @@ sub btIP_evalLayout($$@) {
eval { eval {
given($cmd) { given($cmd) {
when("push") {
}
when("pop") {
}
when("area") { when("area") {
($id,$x1,$y1,$x2,$y2,$arg)= split("[ \t]+", $def, 6); ($id,$x1,$y1,$x2,$y2,$arg)= split("[ \t]+", $def, 6);
($x1,$y1)= btIP_xy($x1,$y1,%params); ($x1,$y1)= btIP_xy($x1,$y1,%params);