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:
parent
eb3228baf3
commit
f7b3576451
@ -566,8 +566,6 @@ sub btIP_evalLayout($$@) {
|
||||
my ($width,$height)= split(/x/, AttrVal($name,"size","800x600"));
|
||||
my @layout= split("\n", $layout);
|
||||
|
||||
my %h4params;
|
||||
|
||||
my %params;
|
||||
$params{name}= $name;
|
||||
$params{width}= $width;
|
||||
@ -625,12 +623,6 @@ sub btIP_evalLayout($$@) {
|
||||
eval {
|
||||
given($cmd) {
|
||||
|
||||
when("push") {
|
||||
}
|
||||
|
||||
when("pop") {
|
||||
}
|
||||
|
||||
when("area") {
|
||||
($id,$x1,$y1,$x2,$y2,$arg)= split("[ \t]+", $def, 6);
|
||||
($x1,$y1)= btIP_xy($x1,$y1,%params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user