98_monitoring: fix broken ref to not existing Delete fn

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@26038 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2022-05-10 16:59:40 +00:00
parent 266823268f
commit 787a5f9f70

View File

@ -71,8 +71,6 @@ sub Initialize {
$hash->{DefFn} = \&Define;
$hash->{UndefFn} = \&Undefine;
$hash->{DeleteFn} = \&Delete;
#$hash->{RenameFn} = \&Rename;
$hash->{SetFn} = \&Set;
$hash->{GetFn} = \&Get;
$hash->{AttrFn} = \&Attr;